C
csn
Is it possible to have a Response.Redirect in Global.asax in the
Application_Start and Session_Start events?
We have code in both events, with try-catch blocks, and if an exception is
caught, we wanted to redirect to an error page. But, this doesn't seem to
work.
So, another question is, if an exception is thrown and caught in a catch
block in Application_Start and/or Session_Start, what do we or can we do
with it?
Thanks.
Application_Start and Session_Start events?
We have code in both events, with try-catch blocks, and if an exception is
caught, we wanted to redirect to an error page. But, this doesn't seem to
work.
So, another question is, if an exception is thrown and caught in a catch
block in Application_Start and/or Session_Start, what do we or can we do
with it?
Thanks.