Hello,
When my project goes live I think it would be preferable to redirect users to a custom error page rather than the dot.net page with the stack trace on, how do I implement this with try catch blocks?

In the forms pages I can use response.redirect but how do I handle this when the error occurs in one of my classes?