Welcome to MSDN Blogs Sign in | Join | Help

March 2007 - Posts

My First work on IIS7 - UI Module

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
Posted by rakkim | 1 Comments
Filed under: ,

Attachment(s): FREBUI.zip

Writing a simple ISAPI Extension

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
Posted by rakkim | 0 Comments
Filed under: ,

A simple VBScript for Syncing IUSR password from Metabase to SAM

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
Posted by rakkim | 1 Comments
Filed under: , ,

An ISAPI Filter converting ASPX to ASP

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
Posted by rakkim | 1 Comments
Filed under:

A bad ISAPI Filter and ETW traces

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
Posted by rakkim | 0 Comments
Filed under: ,

Writing a simple ISAPI Filter

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
Posted by rakkim | 2 Comments
Filed under: ,

Attachment(s): ISAPI_FILTER_CODE.zip
 
Page view tracker