asp.net-mvc-4iis-7visual-studio-2013webdeployone-click-web-publishing

One-Click Web Deploy failing: "This method is not supported by this class."


I've found a lot of articles on web deploy and why it might fail, but not any with answers with this error message.

Web deployment task failed. (Could not complete the request to remote agent URL https://myserver:8172/msdeploy.axd?site=mysite.)

Could not complete the request to remote agent URL https://myserver:8172/msdeploy.axd?site=mysitename. The request was aborted: The request was canceled. This method is not supported by this class.

I am trying to deploy an MVC4 website from Visual Studio 2013 Express to a Windows 2008 R2 Datacenter server with the Web Server role installed.

I followed this (and other installation guides) and can confirm the following:


Solution

  • So for some reason, it didn't want the Windows Administrator account doing a deploy.

    it works!