G
Guest
Hi,
I have a web application in which I have implemented exception handling – my
own custom exception etc.
My question is - what do I do with exceptions in the Global.asax event?
I don't want to redirect users to an error page - I want to keep unity in my
exception handling (I don't do it for other exceptions).
Any suggestions?
Thanks
Yoav
I have a web application in which I have implemented exception handling – my
own custom exception etc.
My question is - what do I do with exceptions in the Global.asax event?
I don't want to redirect users to an error page - I want to keep unity in my
exception handling (I don't do it for other exceptions).
Any suggestions?
Thanks
Yoav