Publish Visual Studio does not connect to remote computer (Web Deploy)

0

When I try to publish my application via Visual Studio ( Publish... ), I get an error message stating that it was not possible to connect to the remote computer. The Web Deploy of the server is installed and the service is running normally, and there are no Firewall rules that block the service. The parameters and connection like: ip, site name and login data are correct ... I am using Windows Server 2012 R2 and IIS V 6.2 , Web Deploy 3.5

Error Image:

ServiceImage:

    
asked by anonymous 17.09.2016 / 17:14

1 answer

0

I do not know anything about this (web deploy etc), but this "destination not reachable" message is typical of a network problem ... run ping , tracert , try to access Web Deploy via telnet, of network with tcpdump , therefore usual procedures to test connectivity.

In spite of what you said about firewalls, there is still the possibility that it is some firewall blocking the connection, perhaps some intermediate firewall.

It may also be a routing problem, somewhere in the network between your computer and the server. If you can figure out the network path from your computer to the destination, you can try telnet at each of these points. If you can access an intermediate node you will probably have a "connection refused" error, if you can not get a "destination unreachable" error.

    
17.09.2016 / 18:03