Using the command line to deploy gives an error

Discussion in 'ASP.NET / ASP.NET Core' started by tmeadlin, Dec 14, 2010.

  1. Hi...

    I'm trying to create a script that I can use to deploy my project using msdeploy, but when it runs it gives an error that doesn't provide too much information, and I'm wondering if anyone is possibly able to help or provide any suggestions...


    Thus far:
    Following the "How do I deploy a VS 2010 Web Application" I'm able to deploy just fine
    (http://kb.discountasp.net/KB/a792/how-do-i-deploy-visual-studio-2010-web-application.aspx)


    Even when I run a dump using msdeploy, I get results, which shows me that I'm able to connect just fine.
    C:\Program Files\IIS\Microsoft Web Deploy>msdeploy -source:iisapp=abc123.com\ContinuousIntegration,computername=https://web710.discountasp.net:8172/MsDeploy.axd?site=abc123.com,username=username,password=password,authtype=basic -allowUntrusted -verb:dump​


    When I do a sync instead of a dump, I get an error...
    C:\Program Files\IIS\Microsoft Web Deploy>msdeploy -source:package=C:\Projects\IE\trunc\src\IEMain\_Packages\Debug\Package.zip -dest:iisapp=abc123.com\ContinuousIntegration,computername=https://web710.discountasp.net:8172/MsDeploy.axd?site=abc123.com,username=username,password=password,authtype=basic -allowUntrusted -verb:sync -disableLink:AppPoolExtension -disableLink:ContentExtension -disableLink:CertificateExtension -setParamFile:C:\Projects\IE\trunc\src\IEMain\_Packages\Debug\Package.SetParameters.xml​

    Error: (12/14/2010 5:26:47 PM) An error occurred when the request was processedon on the remote computer.
    Error: The server experienced an issue processing the request. Contact the server administrator for more information.
    Error count: 1.


    Any help would be greatly appreciated...
     

Share This Page