2013年2月18日

过滤敏感信息

摘要: asp.net 中有一个<system.webServer> <modules> <add type="***" name="MyHttpModule" /> </modules>可以对 信息 进行过滤相比system.web下的 httpmodules httphandles 更强悍例: public class SensitiveInfoFilter : IHttpModule {public void Init(HttpApplication context) { context.BeginReque 阅读全文

posted @ 2013-02-18 10:10 wensky 阅读(188) 评论(0) 推荐(0)

导航