Hi everybody,
I'm trying to set up a custom 500 error handling in IIS6
So I follow help on these web pages
http://www.microsoft.com/resources/documentation/iis/6/all/proddocs/en.../cerr_e
and
http://support.microsoft.com/default.aspx?scid=kb;en-us;224070
But even configurating custom error in my Web site properties, I still got
the traditional ASP error...
Microsoft VBScript runtime error '800a000b'
Division by zero
/error.asp, line 9
Do I miss configuring something ?
For exemple, if I handle 404 error with my custom 500 page, I'm redirected
fine.
So I don't understand what's going on with all error 500
Thanks a lot
Nicolas