Gurus,

What is the benefit of the Default Application Pool, which is new with IIS
6.0?

--
Spin

Re: What is the benefit of the Default Application Pool, which is new with IIS 6.0? by Kristofer

Kristofer
Mon Nov 27 12:00:10 CST 2006

I am not sure i understand the question. The "Default Application Pool" is
an application pool, and it has all the advantages of an application pool.

Are you asking about the benefits of application pools (multiple
application pools)?



--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


Spin wrote:

>Gurus,
>
>What is the benefit of the Default Application Pool, which is new with IIS
>6.0?

RE: What is the benefit of the Default Application Pool, which is new by LeonMayne

LeonMayne
Tue Nov 28 07:25:02 CST 2006

"Spin" wrote:
> What is the benefit of the Default Application Pool, which is new with IIS
> 6.0?

Application pools are a new feature of IIS6 and allow you to execute groups
of code in their own process, so for instance one application crashing will
only affect other applications in the same app pool. A default pool exists to
get you started, as it were, and you can use the same pool for all
applications or add new ones as and when required.

See
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/67e39bd8-317e-4cf6-b675-6431d4425248.mspx?mfr=true
for more info.