如何在azure上发布您的网站。我使用VS 2010在Web窗体中开发了我的网站,我想在azure上发布它。
答案 0 :(得分:2)
有大量文档可供使用。例如,一种方法是使用Azure管理门户UI:
Example:
1. Go to the management portal for Windows Azure (WindowsAzure.com).
2. Create a new web site (see below).
3. Click on the web site to manage and configure it.
4. The manage and configure (dashboard) page is as below.
5. Focus on the quick glance section. Go ahead and create the deployment
credentials (orange highlight). You will have to provide user name and password.
6. Copy the FTP Hostname and paste it in windows explorer (black
highlight). In the pop-up window provide the user name and password
for deployment. Note: the user name has to be given as “DOMAIN\USER”.
The DOMAIN is the web site name that you gave in step 4 above. In my
case it’s “TestAzureWS\phani_tpk”. (see blue highlight).
7. Folder navigation -> Click on Site, then click on wwwroot.
8. Copy the contents from step 2 above to this folder.
参考文献:
如何:从Visual Studio迁移Web应用程序并将其发布到Azure云服务 https://azure.microsoft.com/en-gb/documentation/articles/vs-azure-tools-migrate-publish-web-app-to-cloud-service/
使用Visual Studio Web Publish向导部署Windows Azure网站 http://blogs.msdn.com/b/avkashchauhan/archive/2012/06/26/deploying-windows-azure-website-using-visual-studio-web-publish-wizard.aspx
使用FTP部署到Windows Azure网站 http://allthingsazure.com/deploying-to-windows-azure-web-sites-using-ftp/