Has anyone found a good global solution for error and exception handling for SharePoint 2010?
I don't want to be forced to use try/catch blocks for every solution I developed.
I want a custom error page that will log any errors and display a user friendly message instead of the yellow screen of death.
Does anyone have step by step instructions on how to do this?
Thanks!