|
-
Apr 10th, 2007, 03:16 AM
#1
Thread Starter
Addicted Member
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
Last edited by señorbadger; Apr 11th, 2007 at 03:50 AM.
Reason: Version Info
-
Apr 10th, 2007, 11:47 AM
#2
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
-
Apr 10th, 2007, 04:40 PM
#3
Re: IIS Application Pools DLL Directory
Have you considered using the GAC?
-
Apr 11th, 2007, 03:50 AM
#4
Thread Starter
Addicted Member
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!
-
Apr 11th, 2007, 09:37 AM
#5
Re: IIS Application Pools DLL Directory
No problem.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|