I created a custom http module and want to add this module to the web config. The web application is a project that contains several \"sub applications\". A sub application is j
Base HttpModule for this case could be the following:
public abstract class PathBasedHttpModule : IHttpModule
{
public abstract void Init(HttpApplication context);
protected EventHandler BuildConditionalEventHandler(Action