August 2006 Archive on Kanwaljeet Singla's Blog

What notifications are delivered to IIS7 native modules

Here is the output of getmreg tool for all the modules listed under <system.webServer/globalModules> section in IIS7 full install. This tells what notifications are delivered to native modules shipped with IIS7. 1. UriCacheModule - getmreg.exe...

Tool to find native module's pipeline events registration (source code)

// // Filename - getmreg.cxx // // Build this as an executable. // Keep this exe and module dll // in the same folder // // Run using // getmreg.exe <path to module> // // This tool uses hostable web core functionality // of IIS7. So this will only...

Sample forms authentication test in C#

This sample test is doing the following: 1. Sending request to a page which requires forms authentication. This results in 302 to login page. 2. Send request to login page. 3. Parse response from 2 and create response entity containing username/password...

Microsoft Communities