| Author |
ASP Error messages
|
|
| Simon Wigzell 2005-04-18, 5:53 pm |
| I'm running asp on MS Server 2000. Running Internet Explorer I used to get a
proper message with page and line number when there was a bug in my asp
code. Suddenly I'm not getting these any more, I just get the standard
HTTP 500 - Internal server error
Internet Explorer
page which is completely useless.
In Tools/Internet Options/Advanced neither "Disable Script Debugging" or
"Disable a notification about every script error" is checked, though I think
these only apply to scripts running in the client e.g. javascript.
Any ideas how I can get my server errors back? This is taking a huge chunk
out of my productivity!
Thanks.
| |
| Ray Costanzo [MVP] 2005-04-18, 5:53 pm |
| Hi Simon,
Those settings you're changing are for client-side code errors. There's
another setting, http://www.aspfaq.com/2109, that tells IE to send the real
response text when it gets a 500 response from the server.
Ray at work
"Simon Wigzell" <simonwigzell@shaw.ca> wrote in message
news:%VQ8e.1062565$Xk.137450@pd7tw3no...
> I'm running asp on MS Server 2000. Running Internet Explorer I used to get
a
> proper message with page and line number when there was a bug in my asp
> code. Suddenly I'm not getting these any more, I just get the standard
> HTTP 500 - Internal server error
> Internet Explorer
> page which is completely useless.
>
> In Tools/Internet Options/Advanced neither "Disable Script Debugging" or
> "Disable a notification about every script error" is checked, though I
think
> these only apply to scripts running in the client e.g. javascript.
>
> Any ideas how I can get my server errors back? This is taking a huge chunk
> out of my productivity!
>
> Thanks.
>
>
| |
| Simon Wigzell 2005-04-18, 5:53 pm |
|
Thanks for replying but the link goes to a bad page. Can you send me the
working link? Thanks.
*** Sent via Developersdex http://www.codecomments.com ***
| |
| Ray Costanzo [MVP] 2005-04-18, 5:53 pm |
| It's not a bad page. It's pretty nice actually. And the link works for me.
Try this one. http://www.aspfaq.com/show.asp?id=2109
Or, go to aspfaq.com and search for "internal server error."
Ray at work
"Simon Wigzell" <simonwigzell@shaw.ca> wrote in message
news:%23KC$mdDRFHA.2664@TK2MSFTNGP15.phx.gbl...
>
> Thanks for replying but the link goes to a bad page. Can you send me the
> working link? Thanks.
>
>
> *** Sent via Developersdex http://www.codecomments.com ***
| |
| Kyle Peterson 2005-04-20, 2:59 am |
| Turn off 'Show Friendly error messages'
http://support.cjwsoft.com/code/moreinfo11-1.htm
"Simon Wigzell" <simonwigzell@shaw.ca> wrote in message
news:%VQ8e.1062565$Xk.137450@pd7tw3no...
> I'm running asp on MS Server 2000. Running Internet Explorer I used to get
> a proper message with page and line number when there was a bug in my asp
> code. Suddenly I'm not getting these any more, I just get the standard
> HTTP 500 - Internal server error
> Internet Explorer
> page which is completely useless.
>
> In Tools/Internet Options/Advanced neither "Disable Script Debugging" or
> "Disable a notification about every script error" is checked, though I
> think these only apply to scripts running in the client e.g. javascript.
>
> Any ideas how I can get my server errors back? This is taking a huge chunk
> out of my productivity!
>
> Thanks.
>
|
|
|
|