Designing an ISAPI Filter

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can i design an ISAPI Filter that works with IIS-6.0 on win 2003 platform.
I already have an ISAPI Filter that i designed for working with IIS 5.x and
that works fine .
I am finding a problem with the ISAPI Filter designed for IIS 6 since the
SF_NOTIFY_READ_RAW_DATA is not supported.
Can anyone suggest an alternative for the above notification?

thks for any help.
 
balaji said:
How can i design an ISAPI Filter that works with IIS-6.0 on win 2003
platform.
I already have an ISAPI Filter that i designed for working with IIS 5.x
and
that works fine .
I am finding a problem with the ISAPI Filter designed for IIS 6 since the
SF_NOTIFY_READ_RAW_DATA is not supported.
Can anyone suggest an alternative for the above notification?

Have you read this link:

http://support.microsoft.com/default.aspx?kbid=327611

In any case, I think you should post in one of he the groups with
"inetserver" in its name.

Regards,
Will
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top