When a page has an "ugly ASP error", IIS marks it as a 500 in the log file. It also adds (what appears to be Err object?) info to the cs-uri-querystring field that is logged such as:
|18|800a000b|Division_by_zero
I have setup a custom 500 error page and was wondering if there is any way to grab/parse that information. It's not in any Err object, Request.ServerVariables, nor the Request.Querystring when my page is executed.
Thanks!