I am trying to register a custom HttpHandler in the web.config file. MSDN\'s example shows an entry that is commented out...um which doesn\'t work so well.
I am still learning much of the terminology and needed it spelled out for me. In case any of you need the same...
As an example if:
TestSiteBusinessLogicPageAuthorization in the Web.config file...
In my case I had to mark my class with IHttpModule. The definition of the class would look like:
public class PageAuthorization : IHttpModule