IIS Application Pools DLL Directory
first of all sorry If i've got this in the wrong forum category...
In my working environment I am dropping the DLL's produced from code behind ASP.NET into the Binary Directory C:\inetpub\wwwroot\bin, my question is, is it possible to have 2 different directories for the dll's to be placed in since we would like to keep our libraries in a seperate directoy but if the software company we work with want to use that folder we haven't cluttered it with our websites.
Hope this makes sense, in a nutshell, for 1 application pool can you define > 1 BIN directory?
Thanking in advanced
Sam
Edit: ASP.NET 2.0, IIS 6.0, Win Server 03
Re: IIS Application Pools DLL Directory
For application pools themselves... Not that I'm aware of.
However, for websites (as in "Default Website" on a default IIS installation within IIS 6.0) and virtual directories, yes.
Configuring Websites in Windows .NET Server/IIS 6.0
Re: IIS Application Pools DLL Directory
Have you considered using the GAC?
Re: IIS Application Pools DLL Directory << Resolved >>
Ahh that's what the GAC is for :)
Thanks a million! I googled the GAC and researched it a bit more
spot on! thank you!
Re: IIS Application Pools DLL Directory