Appendix A. ASP.NET and IIS 7.x
Starting with IIS 7.0, which is included in Windows Server 2008 and Windows Vista, .NET Framework became part of the web server, using a new architecture that enables direct execution of managed code. IIS 7.0 introduced a new pipeline called an integrated pipeline, which treats ASP.NET modules the same way IIS 6.0 treats native ones. You can write your own extensions to web server request and response handling using the same model that ASP.NET uses for HttpModules, and you can apply them to all kinds of requests, not only ASP.NET ones.
This appendix will analyze how to extend IIS and how to integrate it with ASP.NET.
A.1. What’s new in IIS 7.5
IIS 7.5 is available on top of Windows Server 2008 R2 and Windows ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access