首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

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

2012-02-16 
有关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....

热点排行