许明会的计算机技术主页

Language:C,C++,.NET Framework(C#)
Thinking:Design Pattern,Algorithm,WPF,Windows Internals
Database:SQLServer,Oracle,MySQL,PostSQL
IT:MCITP,Exchange,Lync,Virtualization,CCNP

导航

2007年12月16日

HttpHandler:处理特定类型的web页面

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->using System; using System.Data; using System.Configuration; using System.Linq; using System.Web;... 阅读全文

posted @ 2007-12-16 23:15 许明会 阅读(502) 评论(2) 推荐(0) 编辑

HttpModule,ASP.NET中多个HttpModule的处理

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> using System; using System.Web; namespace xumh { /// /// 多个HttpModule的应用示例: /// we... 阅读全文

posted @ 2007-12-16 21:48 许明会 阅读(623) 评论(0) 推荐(0) 编辑

HttpModule,对ASP.NET的事件处理进行过滤,干预

摘要: HttpModule通过对HttpApplication对象的一系列事件的处理来对HTTP处理管道施加影响。这些事件要在HttpModule的Init方法中进行注册,包括:BeginRequest,AuthenticateRequest, AuthorizeRequest, ResolveRequestCache, AcquireRequestState, PreRequestHandlerExe... 阅读全文

posted @ 2007-12-16 21:08 许明会 阅读(512) 评论(0) 推荐(0) 编辑