我正在尝试将网站部署到 Azure 中国。我刚刚从我的 Azure 中国帐户下载了发布配置文件,并使用 Visual Studio 通过 Web Deploy 使用配置文件(标准版)进行部署。它以前可以正常工作。但大多数时候我都会收到错误:
5>Start Web Deploy Publish the Application/package to https://testproj-che-staging-appserv.scm.chinacloudsites.cn/msdeploy.axd?site=testproj-ChE-Staging-AppServ ...
5>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\Web\Microsoft.Web.Publishing.targets(4270,5): Error ERROR_DESTINATION_INVALID: Web deployment task failed. ( Could not connect to the remote computer ("testproj-che-staging-appserv.scm.chinacloudsites.cn"). Make sure that the remote computer name is correct and that you are able to connect to that computer. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_DESTINATION_INVALID.)
所以我假设我只是被中国的防火墙封锁了。
如何避免连接终止?有没有解决方法,例如 VPN?