有关protected void Application_Start(Object sender, EventArgs e)方法?解决思路

有关protected void Application_Start(Object sender, EventArgs e)方法?在protectedvoidApplication_Sta

有关protected void Application_Start(Object sender, EventArgs e)方法?
在protected   void   Application_Start(Object   sender,   EventArgs   e)这个方法中可否有Response.Redirect( " ");也就是说当应用程序启动时判断一个条件,条件成立时转向另一页面.


[解决办法]
try

HttpContext.Current.Response....