|
-
Jan 16th, 2008, 05:51 PM
#1
Thread Starter
Addicted Member
Try Catch - A timeout
Is there a way to try catch a page timeout, and then display my own timeout page.
-
Jan 17th, 2008, 06:18 AM
#2
Re: Try Catch - A timeout
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|