seanbun
seanbun

Reputation: 942

MSDeploy - Destination Not Reachable

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.

Did I miss anything? Thanks.

Upvotes: 18

Views: 18963

Answers (3)

Farb
Farb

Reputation: 478

I also met the same problem. When installing WebDeploy, do not choose classic installation, but choose complete installation.

Upvotes: 2

Artur Kedzior
Artur Kedzior

Reputation: 4273

If you messed with SSL certificates this could be one of the causes as well: https://serverfault.com/questions/613634/could-not-connect-to-remote-computer-web-deploy-error-destination-not-reachable#answer-812712

Upvotes: 1

Mark van Straten
Mark van Straten

Reputation: 9425

Maybe same issue as in https://stackoverflow.com/questions/16708021/msdeploy-wmsvc-not-working ?

It appears you have to activate the web management service first and then install web deploy and i'd done it the other way round. I uninstalled WebDeploy and re-installed it, restarted the server and its working

Upvotes: 31

Related Questions