I have installed Web Deploy 3.5 on Windows Server 2008 R2 and tried to run remote publish web application through visual studio 2012. However, I got the error - Destination Not Reachable.
I read some post and checked below and still got no luck.
- Firewall was off
- Both Web Management Service and Web Deployment Agent Service were restarted and running
- Tried to open https://[server]:8172/msDeploy.axd in a browser and it is reachable. (Use default 8172)
- Tried to use http://[server]/MsDeployAgentService and it is working with Admin username/password.
Did I miss anything? Thanks.