Using Windows Authentication with Web Deploy and WMSVC

Posted: Dec 13, 2011  0 comments  

Average Rating

Tags
IIS
IIS Manager

By default in Windows Server 2008 when you are using the Web Management Service (WMSVC) and Web Deploy (also known as MSDeploy) it will use Basic authentication to perform your deployments. If you want to enable Windows Authentication you will need to set a registry key so that the Web Management Service also supports 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.

For more details on other configuration options see:

http://technet.microsoft.com/en-us/library/dd722796(WS.10).aspx

View the original post

Submit a Comment

  • Plain text is accepted.
  • URLs starting with http:// are converted to links.