Visual Studio 2010 Web deployment task failed

前端 未结 15 1591
花落未央
花落未央 2020-12-01 01:31

I am trying to use VS2010\'s 1-Click Publish feature to deploy a test site from my laptop to my server. I have the firewall turned off on both machines and the MS Deployment

15条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-01 02:19

    I was able to fix the same issue when I changed the "Service URL" which uses "Windows Management Service" from:

    https://ExampleURL:8172/msdeploy.axd?site=SiteName
    

    to this which uses "Remote Agent Service" instead:

    http://ExampleURL
    

    It worked just fine after that.

提交回复
热议问题