IIS Application pool ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rohit
We can simply say using application pools we can delegate
separate worker processes to separate applications.
Is This Answer Correct ? | 1 Yes | 0 No |
Can you run iis on linux?
How do I stop a service from the command line?
Can we run multiple websites with same port number and different ip address?
How do I stop all iis services?
Where is iis express located?
How do I install and configure iis?
Where is iis express config?
How to open iis configuration manager?
How do you administer Connection Pooling in IIS 3.0?
what is difference between IIS 5.0 and IIS 7.0
What is apache and iis?
Where are iis backups stored?