J
james
Would anyone mind explaining how I can use .dlls outisde of /bin?
Really I want to use dll's that are located in "../", but I haven't
been able to get .Net to look outside of my base directory. I tried
this in web.config:
<configuration><runtime><assemblingbinding xmls="urn:schemas-microsoft-
com:asm.v1"><probing privatepath="../">...
If there is no way to look outside my base directory, is there a was
to look for dll's in the base directory (instead of bin)?
Thanks for any help,
James
Really I want to use dll's that are located in "../", but I haven't
been able to get .Net to look outside of my base directory. I tried
this in web.config:
<configuration><runtime><assemblingbinding xmls="urn:schemas-microsoft-
com:asm.v1"><probing privatepath="../">...
If there is no way to look outside my base directory, is there a was
to look for dll's in the base directory (instead of bin)?
Thanks for any help,
James