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.