From powershell w/ admin rights:$RegKey = "HKLM:\Software\Microsoft\WebManagement\Server"Set-ItemProperty -Path $RegKey -Name WindowsAuthenticationEnabled -value 1reference: http://technet.microsoft.com/en-us/library/dd722796I would also suggest installing Web Deploy via the Web Platform Installer command line by using "webpicmd.exe /install /products:webdeployps". This will install and correctly configure the Web Management service. If you don't do that and use the msi you won't be able to get
↧