Hi
I created an instance with RDP and Web Deploy enabled. My RDP is working fine but when I try to deploy my site using Web Deploy, its give me the error
Web deployment task failed.(Could not connect to the destination computer using the specified process ("The Web Management Service") because the server did not respond. Make sure that the process ("The Web Management Service") is started on the destination
computer.)
Make sure the site that you are deploying to is a valid site on the destination server. If the issue is not resolved, please contact your server administrator.
Error details:
Could not connect to the destination computer ("***.cloudapp.net") using the specified process ("The Web Management Service") because the server did not respond. Make sure that the process ("The Web Management Service") is started on the destination computer.
The remote server returned an error: (550).
The url I use for Web Deploy is "https://***.cloudapp.net:8172/MsDeploy.axd". I checked my instance on the Azure Mgmt Console that the endpoint 8172 is available and that my Site/Application name is exactly the same as the name of my role. I also checked
that the "Web Deployment Agent Service" and the "Web Management Service" are working (also restarted them) but still its not working. Even if I delete the role completely and publish cloudapp completely again, it doesnt work out.
What is going wrong?
Thanks
Akshaya
Akshaya K Sharma