Hi,
I'm having some trouble with a site that has a couple of different applications difined below the webroot. so I have a main site in / and a couple of subdirs that are also applications. The problem is that the main site uses some httpmodules. I'm getting an error on the sub-applications because of the httpmodules in the main site. I can easily fix this by copying the used .dll files to all the bin directories of the sub-apps, but there should be a better way to fix this. I've read something about being able to exclude certain modules through the web.config but haven't been able to get it to work yet.
Could anyone point me in the right direction here?