My posts tagged with "modules" (RSS)

IconHandler 2.0: file icons in your ASP.NET applications

Since its release, IconHandler has been a pretty popular module (on its own and with the custom DirectoryListingModule ). Today, I am releasing v2.0 of IconHandler, which contains some much-requested functionality and fixes a few issues that people have...

IIS 7.0 bitrate throttling

Last week, the IIS team released bit-rate throttling module to the web. As the self-proclaimed daddy of the project (I designed and wrote the initial prototype in early 2007), I am very thrittled to see it out. The new IIS media team folks have done a...

Get nice looking directory listings for your IIS website with DirectoryListingModule

Do you hate bland directory listing pages that most web servers have these days? Many of us do on the IIS team, and so over the past several years we've built a few directory listing modules to spice up IIS directory listings. I figured I should put an...

IIS7 modules vs. IIS6 ISAPI: Managing request state in your module

For post #4 in the IIS7 Modules vs. IIS6 ISAPI series, let's take a look at another common pattern in IIS module development - storing request-specific state inside your module. Read more at http://mvolo.com/blogs/serverside/archive/2006/12/25/Managing...

IIS7 modules vs. IIS6 ISAPI (Reason #9): Intuitive object model

This is the second post in the series on why IIS7 module development beats the pants off the ISAPI development for the previous version of IIS. Today's topic - the rich class-based IIS7 object model. Read more on http://mvolo.com/2006/10/12/iis7-modules...

IIS7 modules vs. IIS6 ISAPI (Reason #10): C++ Class-based encapsulation model

The first post in the IIS6 ISAPI vs IIS7 module development series. This one is about the basics, and why they make such a big difference. Read more here - http://mvolo.com/2006/10/07/why-iis7-module-is-better-then-iis6-isapi---reason-10-c-classbased...

10 reasons why server development is better with IIS7

As you already know (if you don’t, go read about it right now ), 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...

Page view counter