Hello Jerry,
As for the remote debugging ASP.NET issue, I think you could troubleshoot
through the following steps:
1. Ensure the required component has been installed correctly and machine's
network connection is ok. ASP.NET remote debugging in VS IDE require the
remote machine(host the ASP.NET application) has remote debugging component
installed. You can follow the below msdn referece on prepare remote ASP.NET
debugging:
#How to: Debug Web Applications on a Remote Server
http://msdn2.microsoft.com/en-us/library/233w9kd4.aspx
2. Make sure you can connect and open the web project correct from the
develop machine(with VS 2003 installed). and can run the applications
correctly.
3. After we exclude environment and component setup issue, we need to check
permission issue. since ASP.NET application will run under a service
account( machine\ASPNET for IIS5 and Networkservice for IIS6), when we
debugging the appliation from another logon user, you need to grant the
user account Administrative permission on the remote machine.
For your scenario, the remote machine is in a domain and your development
machine is not in the same domain, you can consider the following means:
**Create a duplicate local account (with the same username and password) on
both development machine and the host machine. And grant this account
administrative permission on the remote host machine.
** logon with the new created account on development machine and start VS
IDE to perform remote debugging against the remote ASP.NET application.
Hope this helps.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.