Search code examples
asp.netiis-5

asp.net website external bin folder


Can I put my "bin" folder with all of its .dll files at a higher level then the IIS Local Path/web root for the site? I need to keep my dll files in a directory outside of my project is this possible, I tried to use a virtual directory but .net seems to ignore it.

Can I use a virtual directory for my bin folder?

DUPLICATE: More info provided here: adding .net code to a classic asp website, can't reference namespaces in .dll file


Solution

  • No, you cannot. Maybe the GAC will work.