摘要:
在Global.asax文件中加入如下方法即可: #region SQL注入式攻击代码分析 /// /// 处理用户提交的请求 /// private void StartProcessRequest() { try { string getkeys = ""; if (System.Web.HttpContext.Current.Request.QueryString != null) { fo... 阅读全文
posted @ 2009-07-12 14:02
西门吹雪
阅读(329)
评论(0)
推荐(0)
浙公网安备 33010602011771号