Reputation: 16831
Trying to deploy an ASP.net web application to a Windows Server running IIS 7.5. I've followed all the instructions here. Still when I try to test the connection in Visual Studio 2013's Publish Wizard I get the error:
ERROR_DESTINATION_NOT_REACHABLE
Why and how to fix this?
Upvotes: 2
Views: 910
Reputation: 16831
One thing the article does not explicitly mention is that port 8172 must be open on the machine for Web Deploy to work.
I've set an incoming firewall rule on the machine for this port using TCP and now Web Deploy works.
Upvotes: 2