You are right hoopslife. What I did for the catch block is to send the email but as far as I know when error occurs, although no code to redirect to default error page in the catch block, the application still redirect to the error page. I specify the error
page in the web config file. So let get back to my question. Will it redirect after the code in the catch block execute?
asplearning
Participant
909 Points
952 Posts
Re: Error handler VS. default redirect error page?
May 01, 2012 03:49 AM|LINK
You are right hoopslife. What I did for the catch block is to send the email but as far as I know when error occurs, although no code to redirect to default error page in the catch block, the application still redirect to the error page. I specify the error page in the web config file. So let get back to my question. Will it redirect after the code in the catch block execute?
Thanks.