Jan 21, 2007
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...
1 comments
Filed under: IIS7, ASP.NET, modules, development, Goodies
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