WebDeploy

Discussion in 'Windows / IIS' started by baywolf, May 5, 2010.

  1. 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 nameuser name, and password are correct. If the issue is not resolvedplease 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 receivedThe response header 'MSDeploy.Response' was '' but 'v1' was expected.
    The remote server returned an error: (401Unauthorized.        0    0    [myurl]
    I've granted primary user Microsoft IIS Manager access and enabled Web Deployment Tool from the Web control panel. Any tips?
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    the error looks like an authentication error, ie. wrong username or password.
     
  3. 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?
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    site name? make sure you don't include www.
     
  5. Bruce

    Bruce DiscountASP.NET Staff

    i can't really troubleshoot this in the forum. please create a support ticket.
     

Share This Page