Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 526695
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T08:48:14+00:00 2026-05-13T08:48:14+00:00

Currently, on our production IIS web farm, we host about 15 applications in a

  • 0

Currently, on our production IIS web farm, we host about 15 applications in a single App Pool (Default App Pool). There are two websites and about 13 virtual directories.

A colleague has recommended that we change our IIS configuration so each application is a separate App Pool (with identical settings).

Is there any drawback or potential issues to doing this?
Is it possible that ASP.NET applications could have been built with the requirements that they are all within the same App Pool?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T08:48:15+00:00Added an answer on May 13, 2026 at 8:48 am

    I doubt they were built with that requirement in mind unless they rely on shared memory for some reason. Otherwise, for the scenario described…

    Pros (of separate app pool):

    • process isolation (one crash doesn’t bring down the others)
    • less resource contention
    • more memory available for in-proc sessions, cache

    Cons:

    • more processes, memory, and context switchces
    • shared cache scenarios no longer available*

    *I’m not sure how .NET segregates websites in the same app pool as it pertains to the HttpRuntime cache; for Sessions, “application uniqueness” (1) is determined by:

    • The physical path on all servers (case sensitive)
    • The machine key
    • The instance id
    • The approot

    This is what prevents you from sharing sessions across different websites in the same app pool, for instance; but it might be easier to share cache data though. By and large, the discussion overlaps with the pros/cons of deploying a Web Garden for a specific application (2).

    1)
    http://support.microsoft.com/?id=325056
    http://rodiniz.spaces.live.com/blog/cns!F2A56AAF89A7E43A!658.entry

    2)
    http://nicholas.piasecki.name/blog/2009/02/on-web-gardens-aspnet-and-iis-60/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it safe to run LogParser against our live production IIS log file? Currently,
We are currently using JDeveloper to build our production EARs. One problem with this
I have a single server that hosts our production and development databases. It's running
I'm currently using the Smarty templating system for our production site, but am curious
We currently have a production application used by about 400 people. The application used
Our production platform technologies are these: PHP, MS SQL Sever, and IIS. PHP is
We are currently in the process of migrating our application from our production environment
I am currently trying to use our (basic) Symfony 2 app by accessing app.php.
I am currently using Tomcat6 as a Web-Container on development and production. I have
We currently have a FNH - MySQL 5.1 DAL in our .Net LOB app.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.