Advertisement
Guest User

Untitled

a guest
Aug 15th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. C:Program FilesIISMicrosoft Web Deploy V3msdeploy.exe
  2. -source:package='..API.zip'
  3. -dest:auto,ComputerName='https://localhost/MSDEPLOYAGENTSERVICE',UserName='MSDeployUser',Password='********',AuthType='NTLM',IncludeAcls='False'
  4. -setParam:name='IIS Web Application Name',value='ApiMyApp'
  5. -verb:sync
  6. -retryAttempts=2
  7. -disableLink:AppPoolExtension
  8. -disableLink:ContentExtension
  9. -disableLink:CertificateExtension
  10.  
  11. Info: Using ID '6f5795f6-79bf-49cd-ac27-cc320e3af063' for connections to the rem
  12. ote server.
  13. Error: Could not complete the request to remote agent URL 'https://localhost/MSD
  14. EPLOYAGENTSERVICE'.
  15. Error: The underlying connection was closed: An unexpected error occurred on a s
  16. end.
  17. Error: Unable to read data from the transport connection: An existing connection
  18. was forcibly closed by the remote host.
  19. Error: An existing connection was forcibly closed by the remote host
  20. Error count: 1.
  21.  
  22. Info: Using ID 'b4820db6-a975-4a77-96f1-51390bcced37' for connections to the rem
  23. ote server.
  24. Error Code: ERROR_DESTINATION_NOT_REACHABLE
  25. More Information: Could not connect to the remote computer ("test.corporatelinx.
  26. com"). On the remote computer, make sure that Web Deploy is installed and that t
  27. he required process ("Web Deployment Agent Service") is started. Learn more at:
  28. http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_DESTINATION_NOT_REACHABLE.
  29. Error: The remote server returned an error: (404) Not Found.
  30. Error count: 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement