What i would like to do is catch any exception that hasn’t been handled in the web application then send the user to a screen saying something like
“Were sorry this has crashed”
And at the same time send the exception to our ticketing systems.
I am assuming I need to put it in the the global.cs somewhere just not sure where?
You need the
Application_Errorevent in Global.cs