Описание тега integrated-pipeline-mode

Integrated mode is a new mode in IIS7 where IIS pipeline is tightly integrated as ASP.NET request pipeline.

Integrated mode, is a new mode in IIS7 where IIS pipeline is tightly integrated (i.e. is just the same) as ASP.NET request pipeline. ASP.NET can see every request it wants to and manipulate things along the way. ASP.NET is no longer treated as an external plugin. It's completely blended and integrated in IIS. In this mode, ASP.NET HttpModules basically have nearly as much power as an ISAPI filter would have had and ASP.NET HttpHandlers can have nearly equivalent capability as an ISAPI extension could have. In this mode, ASP.NET is basically a part of IIS.


Source: /questions/18519188/v-chem-raznitsa-mezhdu-klassicheskim-i-integrirovannyim-konvejernyim-rezhimom-v-iis7