my setup is as flows: Local development PC: x86 vista with visual studio Client server: x64 server 2008 r2 with static ip and internet.
Currently I connect with it using Remote desktop. Can i configure remote debugger to this setup? if so, how? what must i fill in qualifier field in attach process window.
remote debugger is running as service and there is a user name with login as service privilege.
guides, experiences will make my life little less of a hell. Thanks.
I had a similar problem, and like Hans Passant said above, a VPN is necessary. I was able to attach to the process and debug over the internet by doing the following:
Note: I was logged in as the exact same user on both machines and had the same password on each.
I hope that helps someone out there.