I have a asp.net website hosted in IIS 5 and i don't have access to the source code, but i do have access to server. What i need is a server level way to redirect the user to a custom error page when an exception of the type "SecurityException" occurrs.
Since I can't use it via global asax i was wondering if i could use elmah to catch the error and redirect it to a specific url instead of logging/mailing it.
I'm open to alternatives too.. so if someone knows a trick to do this using a different approach I would appreciated very much.
Thanks!
Best regards, byte_slave