I am stumped as to why this is happening.
When I turn detailed error reporting off, I get internal server error. When I turn it on my page loads fine.
Has anyone ever come across this sort of thing before?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I suspect your script does have an error being raised somewhere and the error is being hidden somewhere in your HTML.
On the page in question, turn on detailed errors again, browse to the page then do a View Source in your browser and I bet you’ll find there’s something in there that shouldn’t be, but not being rendered by the browser.
For example:
If I turn on detailed errors in IIS the HTML above appears to render just fine but if I turn them off I get the red, white and grey
500 - Internal server error.page.Look either of these strings:
or
This is assuming you haven’t altered the
Script Error Messagein the site’s ASP feature pane.