IIS 7's integrated pipeline mode handles all requests through a unified pipeline because of the integration of ASP.NET's runtime with the Web server. IIS 7's classic mode behaves in the same manner as IIS 6, using two pipelines to process requests--one for native-code application components and the other for managed code application components.
To learn more about pipeline mode, click here.