I was telling a co-worker about the benefits of using the Application_Error event in Global.asax for trapping unhandled exceptions.
He replied that Global.asax was old technology, it was not automatically added to asp.net projects, and there were many issues related to Global.asax in the past.
Question:  Is there a better way to catch unhandled exceptions in asp.net besides using Global.asax?
Thanks for any ideas
 

Go to the complete details ...