2008年5月23日

.net防止数据注入

摘要: 把以下代码放入global.asax protected void Application_BeginRequest(Object sender, EventArgs e) { StartProcessRequest(); } private void StartProcessRequest() ... 阅读全文

posted @ 2008-05-23 16:26 魏绰 阅读(256) 评论(0) 推荐(0)

导航