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?
Xaraz
Member
10 Points
2 Posts
Problem with nested applications in v1.1
May 02, 2006 10:00 AM|LINK
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?
proturbo
Member
46 Points
11 Posts
Re: Problem with nested applications in v1.1
May 05, 2006 11:14 AM|LINK