I am new to Windows Azure and I am trying to deploy my web application to Windows Azure. I used some web services in my application, now I would like to know how can I create them in windows azure and include this web link in my web application?
Some tutorials say that I need to import the current web service into the Cloud Service Project as WebRole, but there is no csproj file in my web serial folder.
Thank!
source
share