Deploying web packages with MSDEPLOY

前端 未结 2 778
旧时难觅i
旧时难觅i 2020-12-21 13:22

I\'ve built my packages and read through this docs @ http://www.asp.net/web-forms/overview/deployment/web-deployment-in-the-enterprise/deploying-web-packages

And it

相关标签:
2条回答
  • 2020-12-21 13:30

    Apprently undocumented anyway ... the answer is ...

    You can't run MS deploy commands that talk to the MSDeploy service on the same machine.

    No idea why, this makes no sense, but taking the same command and executing it on another box seems to work fine even when deploying to the same box I had the issue on.

    Well done Microsoft ... way to make a Team Services Admins life a dream!

    0 讨论(0)
  • 2020-12-21 13:41

    If you want to use a domain account you should set the authType to "NTLM".

    0 讨论(0)
提交回复
热议问题