custom error handler asp.net 2

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does any one have a framework I can use that implements
a custom UI error handler for my asp.net 2 application
I have implemented a handler for all biz and datalayer exceptions which
write to my database but i would like to catch any UI errors and gracefully
throw the user to a nice page
stating that there was an error this inc any "page not found" or "down for
maintainence"

Thanks
Richard
 
Back
Top