Deploying Windows Azure Website using Visual Studio Web Publish wizard
Create your Windows Azure Websites (shared or reserved) and get the publish profile by selecting Download publish profile in your website`s Dashboard page on Windows Azure .
Once your Publish Settings file name as _your_websitename_.azurewebsites.net.PublishSettings is download on local machine, you can import it in your Visual Studio Publish Web Application wizard by Selecting your Publish Settings(that you had downloaded from dashboard page) in publish wizard .
Once Publish Settings is loaded, all the fields in your web publishing wizard will be filled automatically using the info in Publish Settings file.
You can test your connection by validate connection option as well for correctness.
Finally you can start publish by selecting Publish option and in your VS2010 output window.
0 Comment(s)