|
Home > Archive > IIS ASP > May 2005 > ASP Debugging Tools
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
ASP Debugging Tools
|
|
| RICHARD BROMBERG 2005-05-27, 2:48 am |
| I am pretty new at ASP programming.
I am used to Compilers. assemblers and a lot of other systems that at least
give error numbers or some help in identifying and/or isolating syntax
errors, undefined or multiply defined variables, etc etc.
When I make an error in an ASP program I only get a message saying that the
program could not be executed.
Can anyone recommend some good debugging tools or maybe an ASP code checker.
..
Thanks
| |
| Patrice 2005-05-27, 7:57 am |
| What is the exact message ?
For now my guess is that you see the simplified message that the browser
displays by default when the HTTP request result in an error... Go in the
browser advanced options and you should find an option such as "show
simplified http error messages" that you should then uncheck.
You'll see then the line and the error message...
Patrice
--
"RICHARD BROMBERG" <dickbrom@worldnet.att.net> a écrit dans le message de
news:nOvle.837071$w62.742551@bgtnsc05-news.ops.worldnet.att.net...
> I am pretty new at ASP programming.
>
> I am used to Compilers. assemblers and a lot of other systems that at
least
> give error numbers or some help in identifying and/or isolating syntax
> errors, undefined or multiply defined variables, etc etc.
>
> When I make an error in an ASP program I only get a message saying that
the
> program could not be executed.
>
> Can anyone recommend some good debugging tools or maybe an ASP code
checker.
> .
>
> Thanks
>
>
|
|
|
|
|