Results 1 to 5 of 5

Thread: IIS Application Pools DLL Directory

  1. #1

    Thread Starter
    Addicted Member señorbadger's Avatar
    Join Date
    Oct 2003
    Location
    Mud pools of wellingborough
    Posts
    193

    Resolved 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

  2. #2
    Frenzied Member axion_sa's Avatar
    Join Date
    Jan 2002
    Location
    Joburg, RSA
    Posts
    1,724

    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

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: IIS Application Pools DLL Directory

    Have you considered using the GAC?

  4. #4

    Thread Starter
    Addicted Member señorbadger's Avatar
    Join Date
    Oct 2003
    Location
    Mud pools of wellingborough
    Posts
    193

    Resolved 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!

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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
  •  



Click Here to Expand Forum to Full Width