IIS 7 Integrated Pipeline Debugging, Visual Studio 2005 SP1 and Request Tracing
Posted by: Rick Strahls WebLog,
on 26 Dec 2006 |
View original | NEW Bookmarked: 0 time(s)
Visual Studio Service 2005 Pack 1 provides the ability to hook up to IIS 7 and use the debugger properly in Integrated Pipeline mode, which previously caused errors. Or so they say <s>... Integrated pipeline in IIS 7 runs the IIS and ASP.NET event pipeline through a single model rather than the previous ISAPI mode which essentially used two completely separate engines interacting with each other. With the Integrated Pipeline request processing for IIS and ASP.NET is consolidated into a single...