How do I deploy using MSDeploy in Team Build 2010 using the WMSVC service and NTLM authentication?

后端 未结 2 855
日久生厌
日久生厌 2021-01-31 09:26

I am trying to deploy using Team Build 2010 to a Windows Server 2008 R2 web server. My build server agent is setup to run under a Windows domain account. I have successfully gi

2条回答
  •  眼角桃花
    2021-01-31 09:46

    There is an additional step, which I never picked up on:

    Source

    You can optionally enable users to authenticate with the Web Management Service using NTLM. To do this, update the registry on the server by adding a DWORD key named "WindowsAuthenticationEnabled" under HKEY_LOCAL_MACHINE\Software\Microsoft\WebManagement\Server, and set it to 1. If the Web Management Service is already started, the setting will take effect after the service is restarted.

提交回复
热议问题