One of my old projct was done with good old classic ASP. I’m used to having basic ASP error messages on IIS5 and 6 which usually help me to track down problems. In IIS7 I only got the following though:
“An error occurred on the server when processing the URL. Please contact the system administrator”.
After investigating a bit I figured out that we changed the default for the “scriptErrorSentToBrowser” flag in IIS7. It’s now false and you always get the error above. Click Here to know how to change it.
Popularity: 10% [?]
