D
Dave
Hi,
I am trying to trap a SQLException erro in my Global.asax
file but I am unable to do it. In my Application_Error
code block I have a simple response.write followed by a
response.end but when a SQLException error (violation of
primary key) occurs this code does not execute, however it
does execute if I receive a Compiler error, is it not
possible to trap these types of exceptions globally?
Thanks in advance for any help with this
Dave
I am trying to trap a SQLException erro in my Global.asax
file but I am unable to do it. In my Application_Error
code block I have a simple response.write followed by a
response.end but when a SQLException error (violation of
primary key) occurs this code does not execute, however it
does execute if I receive a Compiler error, is it not
possible to trap these types of exceptions globally?
Thanks in advance for any help with this
Dave