2014年8月20日

web 中防止sql注入

摘要: public class SqlInject:Page { //检测到注入后的处理方式: 0:仅警告;1:警告+记录;2:警告+自定义错误页面;3:警告+记录+自定义错误页面 private const int _type = 0; private const string errRedirectP 阅读全文

posted @ 2014-08-20 17:39 lovezj9012 阅读(388) 评论(0) 推荐(0)

导航