IIS 7.0 and the ASP.NET Integrated Pipeline

Published 27 December 07 09:45 AM

One of the coolest things about working at MSDN Magazine is the exposure I get to all the different technologies coming down the pipe from all over the company.  One of these that recently grabbed my attention was the set of enhancements that the IIS team has made in IIS 7.0 surrounding the "Integrated Pipeline".  If any of you have ever written an ISAPI filter in C (shudder), you will be particularly interested in this technology as it allows you to write the equivalent functionality by using ASP.NET HTTP modules!!

In the January issue of MSDN Magazine, Mike Volodarsky describes the pipeline in great detail and walks you through a sample where he adds ASP.NET functionality such as forms authentication and output caching to an existing PHP application - all without touching the existing application code!

Additionally, Mike has posted a follow-up on his blog - check it out!

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# MSDN Blog Postings » IIS 7.0 and the ASP.NET Integrated Pipeline said on December 27, 2007 3:04 PM:

PingBack from http://msdnrss.thecoderblogs.com/2007/12/27/iis-70-and-the-aspnet-integrated-pipeline/

# Klem said on January 14, 2008 2:34 PM:

We have had some of the best success with ISAPI filters and extensions written in C. These applications offer the best performance and have the least amount of resources needed. Some of the more advanced things I'd like to do with filters specifically are not easily done with c-filters. What I wouldn't give to have some very nice JPG dynamically generated from directx wires and render to the client in pipe. Maybe you fella's could show us how to do some JPG graphics (dynamically generated) or possibly audio for the client.

Leave a Comment

(required) 
(optional)
(required) 

  
Enter Code Here: Required

About hdierking

I am currently the Editor-in-Chief for MSDN Magazine. I joined Microsoft in 2006 as a product planner with the certification team at Microsoft Learning. Prior to that, I spent my career as a developer and later as an architect. My main technology passions include pretty much anything on language theory, agile development, and service-oriented architecture.
Page view tracker