Aug 30, 2006
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...
3 comments
Tags: GetMReg
Aug 30, 2006
Attachment: GetMRegInstall.zip
// // 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...
10 comments
Tags: GetMReg
Aug 23, 2006
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...
21 comments
Tags: FormsAuthentication