曾南华

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net;using System.IO;using System.Threading;using System.Reflection;namespace AsncyHandle{ [AttributeUsage(AttributeTargets.All,AllowMultiple=true,Inherited=false)] class ClassMsgAttribute : Attribute { pub 阅读全文
posted @ 2014-02-27 21:30 啄木鸟¥ 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 在处理该请求时将由 HttpApplication 类执行以下事件。 希望扩展 HttpApplication 类的开发人员尤其需要注意这些事件。1. 对请求进行验证,将检查浏览器发送的信息,并确定其是否包含潜在恶意标记。 有关更多信息,请参见 ValidateRequest 和脚本侵入概述。2. 如果已在 Web.config 文件的 UrlMappingsSection 节中配置了任何 URL,则执行 URL 映射。3. 引发 BeginRequest 事件。4. 引发 AuthenticateRequest 事件。5. 引发 PostAuthenticateRequest 事件。6. 引 阅读全文
posted @ 2014-02-27 10:40 啄木鸟¥ 阅读(208) 评论(0) 推荐(0) 编辑

曾南华