Multiple choice technology

What is the name of Default application pool in IIS 6.0

  1. Init_AppPool

  2. IISAppPool

  3. DefaultAppPool

  4. DefaultApplication

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

IIS 6.0's default application pool is named 'DefaultAppPool'. This pool is created during IIS installation and is configured to use the .NET Framework 2.0 in integrated pipeline mode. It serves as the default assignment for new web applications unless otherwise specified.