M
Markus Kling
Hi,
I have a web application that has two sub-applications. The root application
defines two httpModules which shall not be loaded for the subapplications. I
tried to achieve this by adding
<httpmodules>
<clear />
</httpmodules>
within the web.config file of the sub-applications.
My problem is that the compiler stil tries to load the referenced assemblies
and states them (correctly) as missing.
What did I miss?
Thanks
Markus
I have a web application that has two sub-applications. The root application
defines two httpModules which shall not be loaded for the subapplications. I
tried to achieve this by adding
<httpmodules>
<clear />
</httpmodules>
within the web.config file of the sub-applications.
My problem is that the compiler stil tries to load the referenced assemblies
and states them (correctly) as missing.
What did I miss?
Thanks
Markus