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 |
How do I restart iis?
How to generate Random numbers without using Rnd() ?
IIS Isolation modes
What is Web Garden??
What services does iisreset restart?
Explain the different types of identity available in iis 6.0?
How do I create a virtual directory in iis?
How do I turn off iis?
What is the use of creating virtual directory in iis?
find the script to recycle application pool in iis in specific interval?
How do you consume a web service ?
1 Answers Digital GlobalSoft, IBM, Karvy,
How do I restart iis express from command line?