What is the name of Default application pool in IIS 6.0
-
Init_AppPool
-
IISAppPool
-
DefaultAppPool
-
DefaultApplication
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.