I'm trying to setup WebDeploy in VS2010 following this document http://support.discountasp.net/KB/a792/how-do-i-deploy-visual-studio-2010-web-application.aspx but I'm getting the following error when using the values in the document. PHP: Error 1 Web deployment task failed.(Remote agent (URL [url]https://web701.discountasp.net:8172/MsDeploy.axd?site=[myurl.com][/url]) could not be contacted. Make sure the remote agent service is installed and started on the target computer.) Make sure the site name, user name, and password are correct. If the issue is not resolved, please contact your local or server administrator. Error details: Remote agent (URL [url]https://web701.discountasp.net:8172/MsDeploy.axd?site=[myurl.com][/url]) could not be contacted. Make sure the remote agent service is installed and started on the target computer. An unsupported response was received. The response header 'MSDeploy.Response' was '' but 'v1' was expected. The remote server returned an error: (401) Unauthorized. 0 0 [myurl] I've granted primary user Microsoft IIS Manager access and enabled Web Deployment Tool from the Web control panel. Any tips?
I'm using the control panel login and password. I double checked to that I can log in to the control panel. Anything else to check?
In the Publish Web window I have the following Service URL: https://web701.discountasp.net:8172/MsDeploy.axd Site/application: equity8.com/web All checkboxes are selected.