Mike Volodarsky, the Program Manager of IIS team at Microsoft, has written a very good blog post about developing IIS 7.0 modules and handlers with .NET Framework and .NET languages . In his post, he points that older C APIs for ISAPI filters have been replaced with C++ APIs and new features have been added to the IIS 7.0 in order to let you develop modules and handlers with same APIs as ASP.NET 2.0. After that, he shows a complete step by step guide on how to create a module and a handler in Visual...