Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » ISAPI   (RSS)

IIS - Sample ISAPI Filter doing Redirection to another website

I know I'm in a very old world of writing ISAPI Filters to do the redirection instead of just creating an IHttpModule and plug it directly in the IIS7 request pipeline. But, one of my customer wanted this ISAPI filter and I made a fairly simple ISAPI
Posted by rakkim | 3 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: ,
 
Page view tracker