I\'m integrating MSDeploy into my build process, and having problems authenticating. The following command works fine:
msdeploy -verb:sync -source:appHostConfig
After configuring Web Deploy my server as follows. I continued to get HTTP 404 connection failures. In may what worked for me was the following additional efforts...
Microsoft Web Deploy 3.6
publish settings file
using the Configure Web Deploy Publishing
dialogue available from the Deploy
context menu option of the target website in IIS Manager
's Connections
panel. (Note, the publish settings file
will be recreated when you press Setup
as the file whose full path is specified in the dialogue entry, Specify a location to save the publish settings file
) publish settings file
available to Visual Studio and selecting Publish
from your project's context menu, create a Visual Studio publish profile by importing the publish settings file
.