Related resources for AuthenticateRequest
  • Audio Video Modules for ASP.NET Community Starter Kit : Part I10/13/2012 2:21:52 AM. This tutorial describes about Audio Video Modules for ASP.NET Community Starter Kit and how to use the starter kit in your applications.
  • The Two Interceptors: HttpModule and HttpHandlers5/26/2009 1:19:09 AM. Many times we want to implement pre-processing logic before a request hits the IIS resources. For instance you would like to apply security mechanism, URL rewriting, filter something in the request, etc. ASP.NET has provided two types of interception HttpModule and HttpHandler.