B
Bogdan Fiedur
Hi Everybody,
When we defined this section in web.config in the main root,
<httpModules>
<add name="ApplicationModule"
type="Myspace.Community.ApplicationModule,Community" />
</httpModules
applications which are defined within the root are having problems with
loading
of the Community.dll which resided in the root/bin directory.
The problems seems to occur when child application are trying to inherit the
settings and load the dll but are looking for it in the local bin folders.
How do I either stop child application from inheritance of this portion of
parent web.config
or inform them where the dll is located, which is root/bin
not root/child/bin
Bogdan Fiedur
When we defined this section in web.config in the main root,
<httpModules>
<add name="ApplicationModule"
type="Myspace.Community.ApplicationModule,Community" />
</httpModules
applications which are defined within the root are having problems with
loading
of the Community.dll which resided in the root/bin directory.
The problems seems to occur when child application are trying to inherit the
settings and load the dll but are looking for it in the local bin folders.
How do I either stop child application from inheritance of this portion of
parent web.config
or inform them where the dll is located, which is root/bin
not root/child/bin
Bogdan Fiedur