Dec 25, 2006
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...
0 comments
Filed under: IIS7, ISAPI, modules, development, IIS6
Nov 01, 2006
For post #3 in the IIS7 Modules vs. IIS6 ISAPI series, let’s look at one of the biggest trouble areas that bite ISAPI developers - managing memory. Read more on http://mvolo.com/2006/11/01/iis7-modules-vs-iis6-isapi-memory-management.aspx .
0 comments
Filed under: ISAPI, development, IIS6
Oct 12, 2006
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...
1 comments
Filed under: IIS7, IIS, ISAPI, modules
Oct 08, 2006
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...
2 comments
Filed under: IIS7, IIS, ISAPI, modules
Oct 08, 2006
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...
1 comments
Filed under: IIS7, IIS, ISAPI, modules