The basics of working with the IHttpHandler interface are
pretty easy. There is not much to the interface, but it does allow you to
easily create HttpHandlers. Make sure that you are careful with the IsReusable
property. State bugs are often some of the hardest to track down. They can
cause problems not easily discovered because they are so dependent on the state
of the class at the time of the error that they are not easily reproduced.
Enjoy handling requests in this manner. There are plenty of possibilities and a
lot of power to be wielded using this technology. This should come in handy for
you.
About the Author
Brendan Enrick