I have hosted my website on the window azure,if i want to do change on the single page every time i have to publish the project over there.
Is there any easiest way to update the content(dll,page) on the window azure.
Thanks
Hi,
you could use the continuous deployment feature of Azure (either with TFS or Git - depends on your type of service). For an introduction have a look at the following site - http://www.windowsazure.com/en-us/develop/net/common-tasks/publishing-with-tfs/
It depends on if you are publishing to Windows Azure Cloud Service or to a Windows Azure Web Site. If you are publishing to a cloud service, you can't do just a single page. If you are publishing to a web site, see this tutorial series:
http://www.asp.net/web-forms/tutorials/deployment/visual-studio-web-deployment/introduction
See the eighth tutorial in the series for instructions on publishing individual files.
open the remote view from within web matrix (download the profile). Its pretty simple