一路向前走

其中的代码,如果您有更好的改进,请一定提出您的宝贵意见及建议

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: :: 管理 ::

2010年4月7日

摘要: 1.在Web.config中配置添加应用程序异常处理的页面<customErrors mode="On" defaultRedirect="Error.aspx" /> Error.aspx中: private void Page_Load(object sender, System.EventArgs e) { string xx=session["username"].tostri... 阅读全文
posted @ 2010-04-07 17:15 Adair 阅读(330) 评论(0) 推荐(1) 编辑