Dear All,
We have a around 17 different application modules that we have
developed in asp.net...at present we have put all the WebForm dlls in
a single bin directory under the virtual folder...I would like each
application module to have its own bin folder...like...
c:\Inetpub\wwwroot\HugosApp\HugoaApp1\bin
c:\Inetpub\wwwroot\HugosApp\HugoaApp2\bin
I tried changing the probing path to
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="*\bin;" />
</assemblyBinding>
But it did not work...Is there anyway I can achieve this?
Please help...
TALIA
Many Regards
Jack
|