Advertisement
Guest User

Untitled

a guest
Sep 21st, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. netstat -an
  2.  
  3. ------ Build started: Project: Cir.Web, Configuration: Debug Any CPU ------
  4. Cir.Web -> C:ProjectsCrazyInsaneRobotSourceCir.WebbinCir.Web.dll
  5. ------ Publish started: Project: Cir.Web, Configuration: Debug Any CPU ------
  6. Transformed Web.config using Web.Debug.config into objDebugTransformWebConfigtransformedWeb.config.
  7. Auto ConnectionString Transformed ViewsWeb.config into objDebugCSAutoParameterizetransformedViewsWeb.config.
  8. Auto ConnectionString Transformed objDebugTransformWebConfigtransformedWeb.config into objDebugCSAutoParameterizetransformedWeb.config.
  9. Copying all files to temporary location below for package/publish:
  10. objDebugPackagePackageTmp.
  11. Start Web Deploy Publish the Application/package to https://ec2-175-41-170-198.ap-southeast-1.compute.amazonaws.com:8172/msdeploy.axd?site=Default%20Web%20Site ...
  12. C:Program Files (x86)MSBuildMicrosoftVisualStudiov10.0WebMicrosoft.Web.Publishing.targets(3847,5): Warning : Retrying the sync because a socket error (10054) occurred.
  13. Retrying operation 'Serialization' on object sitemanifest (sourcePath). Attempt 1 of 10.
  14. C:Program Files (x86)MSBuildMicrosoftVisualStudiov10.0WebMicrosoft.Web.Publishing.targets(3847,5): Warning : Retrying the sync because a socket error (10054) occurred.
  15. Retrying operation 'Serialization' on object sitemanifest (sourcePath). Attempt 2 of
  16.  
  17. ...
  18. C:Program Files (x86)MSBuildMicrosoftVisualStudiov10.0WebMicrosoft.Web.Publishing.targets(3847,5): Warning : Retrying the sync because a socket error (10054) occurred.
  19. Retrying operation 'Serialization' on object sitemanifest (sourcePath). Attempt 10 of 10.
  20. C:Program Files (x86)MSBuildMicrosoftVisualStudiov10.0WebMicrosoft.Web.Publishing.targets(3847,5): Error : Web deployment task failed.(Could not complete the request to remote agent URL 'https://ec2-175-41-170-198.ap-southeast-1.compute.amazonaws.com:8172/msdeploy.axd?site=Default Web Site'.)
  21. This error indicates that you cannot connect to the server. Make sure the service URL is correct, firewall and network settings on this computer and on the server computer are configured properly, and the appropriate services have been started on the server.
  22. Error details:
  23. Could not complete the request to remote agent URL 'https://ec2-175-41-170-198.ap-southeast-1.compute.amazonaws.com:8172/msdeploy.axd?site=Default Web Site'.
  24. The underlying connection was closed: An unexpected error occurred on a send.
  25. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
  26. An existing connection was forcibly closed by the remote host
  27. Publish failed to deploy.
  28. ========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
  29. ========== Publish: 0 succeeded, 1 failed, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement