Here is another article on the topic, but they cover the use of an HttpModule instead, which is supposed to make it so you don’t have to manually install the HttpFilter in your code.
Category Archives: ASP.NET
IIS and ASP.NET
This article talks about how requests are dealth with by IIS and ASP.NET, and how after requests are passed to ASP.NET, how they are handled internally by various httpHandlers.