Answer Posted / ved
An Application Pool can contain one or more applications
and allows us to configure a level of isolation between
different Web applications. For example, if you want to
isolate all the Web applications running in the same
computer, you can do this by creating a separate
application pool for every Web application and placing them
in their corresponding application pool. Because each
application pool runs in its own worker process, errors in
one application pool will not affect the applications
running in other application pools. Deploying applications
in application pools is a primary advantage of running IIS
6.0 in worker process isolation mode because you can
customize the application pools to achieve the degree of
application isolation that you need.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
What is w3wp process?
How do I check my application pool?
What is iis used for?
What services use iis?
How do I enable iis logs?
What is microsoft's web server?
Where are iis backups stored?
How do I run iis server?
How do I check the version of iis?
Where is the applicationhost config?
How do I access iis server?
Where is iis manager?
How do you know if iis is running?
What is iis role?
IIS Socket pooling