Sign In
Rakki Muthukumar
my journey with microsoft technologies - IIS/ASP.NET/AJAX/C#/Javascript/IE
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET
500 Internal Server Error
ADMembershipProvider
Admin Pack
ADSUTIL
AJAX
Announcement
Application Pools
ASP
ASP.NET
ASP.NET 4.0
BAD ISAPI
Bitrate
C#
Caching
Debugging
Deployment
Fiddler
Fiddler How-Tos
FREB
FTP
General
GTSC
Hiring
Hotfix
HTTPERR
Hyper-V
IE
IE8
IIS
IIS 5.0
IIS 5.1
IIS 6
IIS 6.0
IIS 7
IIS7
IIS7 : HOW TO
IIS7 Tweets
IISRESET
Internet Explorer
ISAPI
ISAPI Extensions
ISAPI Filters
JSON
Kerberos
Live Mesh
Logging
LogParser
Media
MembershipProvider
MetaACL
Metabase
Migration
Modules
msdeploy
PDC2008
Performance
Permissions
Programming
Scripts
Technology
Tools
Touchless
Twitter
URLScan
VBScript
Virtual Functions
Vista
Visual Studio
VS 2008
Web
Web Deployment Tool
Windows Azure
x64
Browse by Tags
MSDN Blogs
>
Rakki Muthukumar
>
All Tags
>
isapi filters
Tagged Content List
Blog Post:
IIS7 – Viewing ISAPI Filters that are loaded inside the worker process
RakkiMK
In IIS6 manager, you see a green arrow icon and a red icon against the ISAPI Filter’s list to indicate if the ISAPI Filter is loaded or not. That was possible because FilterStatus metabase key was updated after the ISAPI Filter is loaded inside the process. In IIS7, FilterStatus is no more, and nothing...
on
7 Jan 2009
Blog Post:
IIS – Rejecting a request from a specific client type(browser) | ISAPI Filter Example
RakkiMK
Recently I’ve come across a discussion where a particular type of client request should be blocked. Say for an example, you need to block requests from a client called “TrustMe”; consider a scenario where you need to serve pages only for Internet Explorer 7 clients, not IE6.0 clients. This kind of requests...
on
23 Jul 2008
Blog Post:
IIS - Sample ISAPI Filter doing Redirection to another website
RakkiMK
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 Filter to do the redirection. Below sample doesn...
on
9 May 2008
Blog Post:
An ISAPI Filter converting ASPX to ASP
RakkiMK
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 it. This sample filter just reads the incoming request...
on
8 Mar 2007
Blog Post:
Writing a simple ISAPI Filter
RakkiMK
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 Filter, it just writes into a file, some data when...
on
28 Feb 2007
Page 1 of 1 (5 items)