I am trying to make msdeploy an MVC application in a msdeploy command line window. And kept getting this error:
Error code: ERROR_DESTINATION_NOT_REACHABLE Additional information: Failed to connect to the destination computer ("192.168.xxx.xxx"). On the destination computer, verify that Web Deploy is installed and the required process is running (Web Management Service). Error: An error occurred on the remote server: (404) Not found. Number of errors: 1.
I checked both Wmsvc (it seems this is being used) and MsDepSvc. And the firewall is off. In the browser, when I am https://192.168.xxx.xxx:8172/msdeploy.axd , I got a 404 server error, it seems a little further than where the command line is stopped.
I can find most of the instructions for configuring IIS7 and web deployment on the Internet for MS Servers. Both my local machine and the Windows7 machine have the same version of Msdeploy.
user1360089
source share