Multiple choice technology

What are the different type of application pools available in IIS 7.0 ?

  1. IISAppPool

  2. DynamicAppPool

  3. DefaultAppPool (Integrated)

  4. ClassicAppPool

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

IIS 7.0 includes two default application pools: 'DefaultAppPool' (using the Integrated pipeline mode) and 'ClassicAppPool' (using the Classic ISAPI mode). The Integrated mode is the new default that unifies IIS and ASP.NET pipelines, while Classic mode maintains backward compatibility with IIS 6.0 applications.