Mondeo
Well-known member
Is there any way I can redirect to an error provider page whenever any exceptions occur on my site - by that I mean any that are not caught by Try/Catch blocks
Ideally id like a page called errorProvider.aspx which simply sends a copy of the execption to admin and displays a "sorry an error has occured" type message.
How is this scenario usually implemented?
Ideally id like a page called errorProvider.aspx which simply sends a copy of the execption to admin and displays a "sorry an error has occured" type message.
How is this scenario usually implemented?