Answer Posted / anup
Application pools are used to separate sets of IIS worker
processes that share the same configuration and application
boundaries. Application pools used to isolate our web
application for better security, reliability, and
availability and performance and keep running with out
impacting each other . The worker process serves as the
process boundary that separates each application pool so
that when one worker process or application is having an
issue or recycles, other applications or worker processes
are not affected.
One Application Pool can have multiple worker process Also.
Main Point to Remember:
1. Isolation of Different Web Application
2. Individual worker process for different web application
3. More reliably web application
4. Better Performance
| Is This Answer Correct ? | 8 Yes | 16 No |
Post New Answer View All Answers
How do I know if I have iis on windows server 2012?
What is iis used for?
How do I check if iis is installed?
Name the different version on iis?
How do I install iis on windows 8?
Explain the recycling of application pool?
IIS Performance tuning
Describe the role of http.sys in iis?
Explain the relation between ssl and tls?
How do I check the version of iis?
Explain the different types of identity available in iis 6.0?
Is microsoft iis free?
What is full form of ll?
What is application pooling in iis?
IIS Asp & .net settings