When creating new Azure Web Roles, Visual Studio will automatically create a new project for your actual ASP.NET web application. While this is perfect for demos and short projects, most users will want to use an existing web application for Azure. However, if you try and add your existing web application as a web role, the cloud service project will not pick up your web application. You can see that in the image below:
The fix for this is pretty trivial. Right click on your web appli ...
[Read more]