我一直很高兴地把我的网站部署到Windows,但是今天早上我收到了以下错误.
Web deployment task failed. (Could not connect to the remote computer ("xxxxx.scm.azurewebsites.net") using the specified process ("Web Management Service") because the server did not respond. Make sure that the process ("Web Management Service") is started on the remote computer. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_COULD_NOT_CONNECT_TO_REMOTESVC.)
我可以加载网站和数据是从WebAPI回来的,我有。我看了下面的链接.
我试过ping,它不起作用,但是对实际站点的ping也不起作用(而且这个站点也能工作)。由于这些是Azure服务器,我不知道如何检查点2和3。
我部署到Azure的另一个站点已经工作了,所以这个项目肯定有一些东西。
我希望有人能给我指引正确的方向。
发布于 2015-07-02 10:28:04
最后,我解决了这个问题,通过从“共享”升级到“基本”,然后再切换回来,这必须导致某种类型或重置在MS后端。
https://stackoverflow.com/questions/31180576
复制相似问题