Not able to publish website on Windows Azure using publish through VS2010

后端 未结 10 769
醉梦人生
醉梦人生 2021-02-05 01:55

I am facing this problem when I try to publish my web application on Windows Azure via Visual Studio 2010. I am trying by right click on project and select publish and importing

10条回答
  •  余生分开走
    2021-02-05 02:15

    For those that the answer didn't work for (like me). Alternatively you can set an app setting in your Azure Website:

    1. Set WEBSITE_WEBDEPLOY_USE_SCM = false in Azure Management Portal settings (under Website → Configuration → Application Settings). Make sure false is in the value field.

    2. Download the publish settings again in VS or whatever you use to deploy.

    3. Deploy successfully.

    Taken from:

    https://social.msdn.microsoft.com/Forums/en-US/efa56eb2-a8b2-4690-92d0-33d97946ed29/cant-deploy-could-not-connect-to-the-remote-computer-xxxscmazurewebsitesnet-using-the?forum=windowsazurewebsitespreview

提交回复
热议问题