Hi, I would really appreciate some help with remote debugging. It seems that
I have tried everything, with no luck.
I am trying to debug ASP.NET application running on Windows 2003 Server from
Windows XP machine running VisualStudio 2005 Pro. I have windows firewall shut
off as well as antivirus software on the XP machine.
Both server and client are behind firewalls with the required ports open. I
have checked all TCP ports from Server to Client with telnet. I also added DCOM
permission limits to allow remote access.
The two machines are on different networks. There is an account that I am
using on both machines that has the same username and password. I am putting in
the IP of the remote machine in the "Qualifier" field on the
"attach to process" dialog. I am running my remote debugger as an
application not as a service. I can see in the console on the server that the
remote connection was successful. Also if I connect via Remote (Native only
with no authentication) mode, I can see all the processes no problem and attach.
This is the message I am getting no matter what "The Microsoft
Visual Studio Remote Debugging Monitor on the remote computer cannot connect to
the local computer. A firewall may be preventing communication via DCOM to the
local computer".
I would really, really appreciate any help. It seems like I tried everything
to no avail. I am getting very desperate.
Thanks a lot,
-- Greg