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

Asked

Viewed 345 times

0

When trying to publish my application via Visual Studio (Publish...), have as return an error message stating that it was not possible to connect to the remote computer. The Web Deploy the server is installed and the service is running normally, and there are no rules for Firewall that block the service. The parameters and connection as: 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:

inserir a descrição da imagem aqui

Image of the Service:

inserir a descrição da imagem aqui

1 answer

1

I don’t know any of that there (web deploy etc), but this message "Destination not Reachable" is typical network problem... ping, tracert, try to access the Web Deploy via telnet, make a network trace with tcpdump, finally usual procedures for testing connectivity.

Despite what you said about the firewalls, there is still the possibility that it is some firewall blocking the connection, maybe some intermediate firewall.

It may also be a routing problem somewhere on the network between your computer and the server. If you can find the path from your computer’s network to the destination, you can try a telnet at each of these points. If you can access an intermediate node you will probably get a "connection refused" error, if you fail you will get a "unreachable Destination" error (or similar error).

Browser other questions tagged

You are not signed in. Login or sign up in order to post.