Web Deploy results in ERROR_COULD_NOT_CONNECT_TO_REMOTESVC

后端 未结 8 543
长情又很酷
长情又很酷 2020-12-24 06:20

We are trying to configure continuous integration with TFS 2012. While queuing a new build, the publish fails with the error:

Build FAILED. \

8条回答
  •  不知归路
    2020-12-24 06:48

    I got this error when using msdeploy, not TFS. In my case I needed to make sure the user msdeploy is using had permission to deploy to the website.

    Find the website in IIS manager, right click and go to Deploy, then Configure Web Deploy Publishing. Find the user used by Web Deploy and setup for this website.

提交回复
热议问题