S
Simon Harvey
Hi,
What is the best strategy for making sure that all exceptions are handled. I
try and pre empt all the exceptions I can think of, but I'm sure that some
will fall through the net.
What would be the safest way to have the user redirected to a nice friendly
error page, whilst notifying the administrator to the nature of the problem?
I was wondering if this sort of stuff should be done in the Global.asax file
Thanks to anyone who can help
Simon
What is the best strategy for making sure that all exceptions are handled. I
try and pre empt all the exceptions I can think of, but I'm sure that some
will fall through the net.
What would be the safest way to have the user redirected to a nice friendly
error page, whilst notifying the administrator to the nature of the problem?
I was wondering if this sort of stuff should be done in the Global.asax file
Thanks to anyone who can help
Simon