Is there a way to try catch a page timeout, and then display my own timeout page.
Printable View
Is there a way to try catch a page timeout, and then display my own timeout page.
Check to see if the type of the exception is WebExceptionStatus.Timeout. Where, you may ask? You could probably do this in the Application Error event in Global asax or in an HttpHandler that you create.