Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to remote debug?

Status
Not open for further replies.

qwert231

Programmer
Joined
Sep 4, 2001
Messages
756
Location
US
My page works fine on my test system. Upload the code to the production software and try it, it works, but it seems to not fire certain functions. But there are no errors. So I want to debug the code at specific points, as if it were local. How can I set this up? I have VStudio 2003 Pro.
 
You can set customErrors to "Off" in the web.config file, and view detailed error messages if an exception is thrown if that helps.

A cheap way to see if events fire is to use the event handler to Response.Write something or write to a log or something.

Maybe someone else has a better way.
 
I believe you can install remote debugging components on the server, but I don't know how.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top