View previous topic :: View next topic |
Author |
Message |
newbie
Joined: 01 Oct 2004 Posts: 11
|
Posted: Fri Oct 01, 2004 6:46 pm Post subject: How do I debug an ASP application? |
|
|
Hi All,
I'm learning ASP and I'm not very good at it yet, so bear with me.
I want to know how can I debug my ASP application?
I know that there is a way to do that with some settings in IIS and Interdev, but I don't know how.
Thanks for the help. _________________ I'm still learning.. |
|
Back to top |
|
|
administrator Site Admin
Joined: 01 Oct 2004 Posts: 183
|
Posted: Fri Oct 01, 2004 8:15 pm Post subject: |
|
|
The easiest way to debug an ASP application is to use Response.Write statements to print debugging info in the browser. I always do that in ASP. _________________ Peter
ASP & ASP.NET Articles and Tutorials |
|
Back to top |
|
|
CarboN MaN
Joined: 13 Oct 2004 Posts: 6
|
Posted: Thu Oct 14, 2004 9:22 am Post subject: |
|
|
You can actually use Visual Interdev to do complete debugging of your ASP application, just the same as you would use Visual Studio for ASP.NET. It allows you to step through the code, set break points and set watches for variables.
You can follow the very easy instructions to set this up at this link.
http://www.winnetmag.com/Article/ArticleID/20431/20431.html
Ron |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2002 phpBB Group
|