Installing an HttpModule without Editing Web.config
This sample demonstrates how to install an HttpModule into any ASP.NET web application without editing the web.config. Just drop it in the bin folder. It provides a truly plug and play method for installing third party functionality.