Working with Application Pools
Application pools set boundaries for applications and define the configuration settings that applications they contain use. Every application pool has a set of one or more worker processes assigned to it. These worker processes define the memory space that applications use. By assigning an application to a particular application pool, you’re specifying that the application:
Can run in the same context as other applications in the application pool. All applications in a particular application pool use the same worker process or processes, and these worker processes define the isolation boundaries. These applications must use the same version of ASP.NET. If applications in the same application pool use different versions ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access