Rakki Muthukumar

my journey with microsoft technologies - IIS/ASP.NET/AJAX/C#/Javascript/IE

March, 2007

Posts
  • Rakki Muthukumar

    My First work on IIS7 - UI Module

    • 1 Comments
    As my love on IIS increases, and to make myself ready for IIS7, I want to try my hands on the programming aspect in IIS7. I personally felt that the best way to start is by writing a simple UI module in IIS7. I am not going to post more about what is...
  • Rakki Muthukumar

    Writing a simple ISAPI Extension

    • 0 Comments
    As my love on IIS increases, I wanted to try my hands on all the classic technologies available before I make myself ready for IIS 7. So, I started with a simple ISAPI Filter , and made that as a Bad one and took ETW trace to find out what is going behind...
  • Rakki Muthukumar

    A simple VBScript for Syncing IUSR password from Metabase to SAM

    • 1 Comments
    I always wanted this handy script. Searched for it, couldn't find one. Yes, there is iissuba.dll to do this, but I don't want to use that. I wanted a .vbs file like synciwam.vbs to sync the IUSR password stored in the Metabase with the one in Security...
  • Rakki Muthukumar

    An ISAPI Filter converting ASPX to ASP

    • 1 Comments
    I have posted about writing a simple ISAPI and also making that ISAPI bad and taking ETW traces to understand what is really going behind the scenes. I was thinking to write this extension conversion filter long back, but just had the time to complete...
  • Rakki Muthukumar

    A bad ISAPI Filter and ETW traces

    • 0 Comments
    My previous post talked about creating a simple ISAPI filter. Now let’s create some nuisance J We want to make this ISAPI a bad one. Then we will start ETW tracing and figure out how to isolate the things which are real *bad*. We know that this Filter...
  • Rakki Muthukumar

    Writing a simple ISAPI Filter

    • 2 Comments
    ISAPI Filters can be written to do anything on the incoming requests; it could do some kind of logging, user authentication, traffic analysis, much more. You can design you own ISAPI filter for your own need. Here is what I have done in the sample ISAPI...
Page 1 of 1 (6 items)