Browse by tags module

Developing IIS 7.0 Modules and Handlers with the .NET Framework

Overview This article focuses on getting started with developing IIS 7.0 Web server features based on the .NET Framework. This article demonstrates: How to decide whether to develop an IIS 7.0 module or an IIS 7.0 handler How to set up your development environment ...

IIS 7.0 Modules Overview

Introduction The IIS 7.0 Web server feature set is componentized into more than thirty independent modules. A module is either a Win32 DLL (native module) or a .NET 2.0 type contained within an assembly (managed module). Similar to a Lego set, modules are ...

Latest Blogs rss

Featured Books