问题描述
- .net关于通过HttpModule实现form登录验证的问题
-
我写了个AuthHttpModule类实现IHttpModule接口,在Init(HttpApplication context)方法中,有这么一句代码context.BeginRequest += new EventHandler(this.BeginRequest);。然后BeginRequest方法是访问每个页面时都会执行的。那有些页面其实是不需要登录就能访问的,我该如何识别这些页面并跳过?页面是否需要授权访问是通过web.config里system.web/authentication节点配置的。求大神帮助。
时间: 2024-11-02 13:23:13