Convert your ASP.Net app to Windows Azure
Introduction If you are excited about Windows Azure platform and wanted to see how your web application behaves in new cloud environment, this article is for you to follow step by step process to convert your app and move to cloud environment. Prerequisite You will need to have an account with windows azure to host the app. You may also try the 30 day free pass as described in my previous article . A list of required software is also available here to work with Windows Azure development. Steps I have created a sample website - MySite - to start with the demo. Below are the steps to deploy the same to Windows Azure environment. Step1 . Open the solution in VS 2010. Step 2 . Now we need to add a new windows azure project to the existing solution. So, right click on the solution add a new project. Step 3 . Choose "Cloud" from the installed templates and select Windows Azure Project. Type in a name - MyAzureSite. Step 4 . You will be prompte