.Net remote debugging using VS requires port 135 (DCOM) to be opened.
Is it possible to change it to another port? Is it possible to tunnel through another port by running bridge on the remote server?
Thanks Saar
.Net remote debugging using VS requires port 135 (DCOM) to be opened.
Is it possible to change it to another port? Is it possible to tunnel through another port by running bridge on the remote server?
Thanks Saar
Solved the problem by creating a VPN connection between the server and debugger machine.
Saar