sysrpl said:Dexter said:*snip*Okay, so it's probably not there. No problem. I just thought maybe the actual error was somehow passed to the page designated to handle errors.
I guess i can define a base page class to handle all errors a certain way.
Thanks.
If you want to have common error handling for all pages, use the Application_Error handler in Global.asax.