18

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.

Community
  • 1
  • 1
seanbun
  • 892
  • 3
  • 14
  • 32

3 Answers3

31

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

Mark van Straten
  • 9,287
  • 3
  • 38
  • 57
2

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

Farb
  • 468
  • 6
  • 11
1

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

Community
  • 1
  • 1
Artur Kedzior
  • 3,994
  • 1
  • 36
  • 58