G
Guest
Hi;
We can have an exception thrown in our Application_Start call. And if so, it
does then go to Application_Error. However, in this case in Application_Error
when we call: Server.Transfer("~/error.aspx"); - we get an exception.
I assume that since the application is just starting that it is not yet
possible to do a transfer. Is there another method in Global.asax that we
should do our initialization in? Or another way to send it to error.aspx once
initialization is complete?
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
We can have an exception thrown in our Application_Start call. And if so, it
does then go to Application_Error. However, in this case in Application_Error
when we call: Server.Transfer("~/error.aspx"); - we get an exception.
I assume that since the application is just starting that it is not yet
possible to do a transfer. Is there another method in Global.asax that we
should do our initialization in? Or another way to send it to error.aspx once
initialization is complete?
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm