Deplyment worked great first time - now just errors.

Discussion in 'ASP.NET 4.0 RC Beta [Closed]' started by ldumond, Dec 7, 2009.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. MsDeploy seemed to work flawlessly for me the first time I attempted to publish. In fact, my site is up and everything.

    But now, whenever attempting to publish again, I'm getting the following:

    Error 1 VsMsdeploy failed.(Remote agent (URL https://netfx4lab.discountasp.net:8172/msdeploy.axd?site=user166.netfx4lab.discountasp.net) could not be contacted. Make sure the remote agent service is installed and started on the target computer.)
    Error detail:
    Remote agent (URL https://netfx4lab.discountasp.net:8172/msdeploy.axd?site=user166.netfx4lab.discountasp.net) 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 request was aborted: The request was canceled.
    COM object that has been separated from its underlying RCW cannot be used. C:\Program Files\MSBuild\Microsoft\VisualStudio\v10.0\Web\Microsoft.Web.Publishing.targets 2660 5 Cyclemania.Web


    P.S, By the way, FTP seems to work fine.
     
  2. Now getting the following:

    Error 1 VsMsdeploy failed.((12/8/2009 9:26:43 AM) An error occurred when the request was processed on the remote computer.)
    Error detail:
    (12/8/2009 9:26:43 AM) An error occurred when the request was processed on the remote computer.
    The server experienced an issue processing the request. Contact the server administrator for more information. C:\Program Files\MSBuild\Microsoft\VisualStudio\v10.0\Web\Microsoft.Web.Publishing.targets 2660 5 Cyclemania.Web
     
  3. Bruce

    Bruce DiscountASP.NET Staff

    What is the deploy setting you are using?
     
  4. Idumond --
    I got a message like yours until I checked the checkbox "Allow Untrusted Certificate". Only then was I able to publish successfully.
     
  5. I have "allow untrusted certificate" checked. If I didn't it wouldn't even be getting as far as it is before failing, since the sandbox server doesn't have a valid certificate installed.

    Please note, the error I'm getting has nothing to do with SSL.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page