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
Would it not be possible to create a custom config section that lists out the directories you want to include or exclude your module behaviour? Your module could then inspect that to see if it should do it's work based on the request URL.
I know that's not quite what you are asking, but would certainly give you the behaviour you need.