ISAPI Programming

Anyone know a good book on writing ISAPI filters? I really can't find one; that's less than 7 years old - and therefore hopelessly out of date). I wrote a couple of filters in Visual C++ (umm...5 I think) a few years ago and I really want to get my skills in this area updated...I don't really fancy trawling through MSDN to do it...

Print | posted @ Wednesday, June 16, 2004 12:43 AM

Comments on this entry:

Gravatar # re: ISAPI Programming
by Rhys Jeremiah at 6/16/2004 8:27 AM

What is it that you want to do with your filter? I believe that these days the recommended method is to extend your asp.net site with IHttpHandler.

Although in my experience I've found that there a too many things that are easier to do with ISAPI than IHttpHandler.
Gravatar # re: ISAPI Programming
by Scott Galloway at 6/16/2004 8:30 AM

That's part of my reason for wanting an ISAPI filter - I want to access the request stream before ASP.NET gets it - in part I want to write a more integrated file upload system - but mostly I just want to keep my skills current.

Your comment:

Title:
Name:
Email:
Website:
 
Italic Underline Blockquote Hyperlink
 
 
Please add 2 and 3 and type the answer here: