Related resources for HttpForbiddenHandler
  • HTTP Handlers in ASP.NET10/4/2012 6:59:35 AM. The low level Request and Response API to service incoming HTTP requests are HTTP Handlers in ASP.NET. All handlers implement the IHttpHandler interface, which is located in the System.Web namespace. Handlers are somewhat analogous to Internet Server Application Programming Interface (ISAPI) extensions.