473,406 Members | 2,369 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

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


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?

--
Texeme
http://texeme.com

Nov 22 '05 #1
3 1709
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!
***************************

"INGSOC" wrote:

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?

--
Texeme
http://texeme.com

Nov 22 '05 #2
Cowboy (Gregory A. Beamer) - MVP wrote:
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!
***************************

"INGSOC" wrote:

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?

--
Texeme
http://texeme.com

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

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

Nov 22 '05 #3

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 (!)
Ricola ! wrote:
Cowboy (Gregory A. Beamer) - MVP wrote:
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!
***************************

"INGSOC" wrote:

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?

--
Texeme
http://texeme.com


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

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

Nov 22 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: INGSOC | last post by:
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...
1
by: Zanna | last post by:
Hi all! I hope someone can help me. I have in my lan a PC with IIS installed and this works as web server. On another PC I have VS.net 2003 installed. I'd like to debug asp/aspx pages on...
0
by: yurps | last post by:
Hello, I am installing the remote debug components on Windows 2003... This is a production server, and I am only going to be debugging there for a short time before we go live. I put the...
1
by: Michiel | last post by:
Hello, I use Visual Studio .Net 2003 Professional (Trial version) on Windows XP Professional (Dutch version). I have a Windows Server 2003 with IIS 6 (UK version). There is no domain, just a...
0
by: Ken Allen | last post by:
The MSDN documentation on remote debugging is a bit sparse, to say the least, and there is almost no information available on the 'best' way to configure this. I should note that my development...
7
by: | last post by:
I'm writing an ASP.NET app, using Visual Studio 2003. VS is running locally on my laptop, but the web app is running on a remote server. My laptop is not in the domain. I do have a domain account....
1
by: CK | last post by:
Hello All, I have been trying to setup remote debugging for web part development by running through the steps in the following documentation: Debugging Web Parts:...
0
by: CK | last post by:
Hello All, I have been trying to setup remote debugging for web part development by running through the steps in the following documentation: Debugging Web Parts:...
0
by: Tim Bücker | last post by:
Hello everyone, i?ve got a very insistent problem trying to get remote debugging running. Really hope that someone has any ideas about this topic. Although the MSDN and some popular search...
3
by: Yves Gagnon | last post by:
Hi, I try to debug a WCF hosted in a windows services on a serveur that is on an other domaine then my developpement machine. I tried many things without succes. Here is what I tried: First I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.