0

I am getting below error while deploying app service via team city build server.

msdeploy error ERROR_COULD_NOT_CONNECT_TO_REMOTESVC: Web deployment task failed. (Could not connect to the remote computer ( using the specified process ("Web Management Service") because the server did not respond.)

I have already tried everything mentioned here

  1. I am able to deploy from Visual Studio publish mechanism.
  2. Able to ping .scm url from build server.
  3. Restarted the app service and tried deploying but same error.
  4. Disabled TLS 1.0 and enabled TLS 1.1 and TLS 1.2 on build server but getting same error.
  5. Able to open Kudu .scm url.
  6. App service has no access restrictions.
  7. Able to deploy to different Cloud service from same build server.

Can anybody help me?

1 Answer 1

0

Found the issue! The build server was using outdated username and password from the publish profile inside project properties. Once we updated that it started working fine. The error from Microsoft is so misleading which made us believe that server is unavailable somehow.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.