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
In IIS under your root application select your folder which has own web.cofig with HttpModules defined, right click and select property, on Directory tab click on Create button.
It will create sub application and now HttpModules should work.