Hello everyone, I am trying to implement error handler and I have one question to clarify. Right now I am using Try and Catch to catch error. When there is an error, I implemented logic to send email to the administrator. However, I am just wondering what
the client users will see on their client machines? Will the application send the email first and then redirect the users to default error page?
What I want is to send the email and then redirect. Will it work that way?
asplearning
Participant
909 Points
952 Posts
Error handler VS. default redirect error page?
May 01, 2012 03:32 AM|LINK
Hello everyone, I am trying to implement error handler and I have one question to clarify. Right now I am using Try and Catch to catch error. When there is an error, I implemented logic to send email to the administrator. However, I am just wondering what the client users will see on their client machines? Will the application send the email first and then redirect the users to default error page?
What I want is to send the email and then redirect. Will it work that way?
Thanks.