Remote Debugging in VS.NET 2003 - It's Crazy (!)

I

INGSOC

I spent a few hours today setting up remote debugging in VS.2003

I had to disable the firewall, subvert the security scheme and let anonymous
users have full access to my COM+ objects on my Windows XP workstation, but
other than that, it was smooth sailing.

And, oh yeah. I also have to run remote desktop sharing terminal between
my XP workstation and the W2K target or I can't RPC to the destination
machine.

Is that sane?

Am I normal?

Or is it just standard practice to do that?
 
G

Guest

Remote debugging is not a recommended scenario, so it is crazy to set up. In
most scenarios, the source repository (SourceSafe or other) controls the
files, so the user actually edit and debug locally. There are no major hoops
for local debugging.

If you think .NET is nuts, you should go back to Visual InterDev.


---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
R

Ricola !

Cowboy said:
Remote debugging is not a recommended scenario, so it is crazy to set up. In
most scenarios, the source repository (SourceSafe or other) controls the
files, so the user actually edit and debug locally. There are no major hoops
for local debugging.

So, are you recommending installing Visual Studio on my target machine ?

If you think .NET is nuts, you should go back to Visual InterDev.


---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************

:


--
Texeme Textcasting Technology
http://texeme.com

Indie Pop Rocks @ SomaFM
http://somafm.com/
 
R

Ricola !

Ok, I got it working now.

I had to set up my supporting DLLS to use "remote debugging" and specify
the remote server on which they were located in the property configuration.

Then, I also deleted an entry in the GAC for those DLLS ( which I had
put in there yesterday for no good reason ).

Now my remote service is hitting break points /and/ hitting break points
in the supporting dlls (!)

So, are you recommending installing Visual Studio on my target machine ?


--
Texeme Textcasting Technology
http://texeme.com

Indie Pop Rocks @ SomaFM
http://somafm.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top