10 reasons why server development is better with IIS7
**********
UPDATE: Here are the currently published entries in this series that highlight the improvements in the new IIS server programming model:
Reason #10 - C++ class-based programming model
Reason #9 - Intuitive server object model
Reason #8 - Improved memory management
Reason #7 - Managing request state
Reason #6 - Sending http responses (coming up)
...
**********
As you already know (if you don’t, go read about it right now - http://www.iis.net/default.aspx?tabid=7&subtabid=71), IIS7 core server has been completely re-engineered to provide a brand new extensibility model on top of which all of the server features are built. This allows anyone to remove/replace all existing server features, or add new ones - by using either the new native APIs, or the managed ASP.NET APIs.
Over the past two years, we did a bunch of work to make sure the new native APIs are easy to use and help write more robust server code. But, it is hard to appreciate all the benefits until you actually compare writing an IIS7 module with writing an IIS6 ISAPI Extension – I am often amazed at how much easier your life gets when developing IIS modules with the new APIs.
So, this post begins the series of posts explaining exactly why the new API is so much better, and why writing an IIS7 module in native code should not be nearly as scary as it was in the past.
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
Comments
Leave a Comment
About Mike Volodarsky
For the past 5 years, I was the core Program Manager for Microsoft ASP.NET 2.0 and IIS 7.0 products. I drove the design and development of the IIS 7.0 web server core, the IIS FastCGI support, the AppCmd command line tool, the ASP.NET Integrated pipeline, and other special projects around server security, performance, and scalability. Now, I am working on my own on cutting edge web server tech on top of the Microsoft IIS platform, and continue blogging about it here.