The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => The Orphanage => Topic started by: P1 on November 25, 2005, 09:55:36 PM

Title: ISAPI Extensions: Filters
Post by: P1 on November 25, 2005, 09:55:36 PM
I have started a ISAPI filter project for IIS 6.0.

I don't use C++, but I use the support files.  But I need to verify the current version of 'HTTPEXT.H' & 'HTTPFILT.H'.  I have them as version 4.0.

If perhaps, you have a current MASM ISAPI filter dll and don't mind sharing your program shell.  Please post it.  ( BTW, This is for a commercial website, but it's low budget, so you won't get any money for it. )   I do have mine almost to the debugging stage, so it's for comparing program flow and structure.

TIA,  P1  :8)
Title: Re: ISAPI Extensions: Filters
Post by: P1 on November 27, 2005, 11:06:37 PM
I found my own answer.  Thanks to those who looked to see if they could help.

For the most part, this is a multi-site project.  With the twist, the client does not want a certain vendor see the regular website, but a simplified one without other competing vendor's links.

Current Version is 6.0.  Also the support files are downloadable from M$.

Regards,  P1  :8)
Title: Re: ISAPI Extensions: Filters
Post by: sluggy on November 29, 2005, 12:48:31 PM
Quote from: P1 on November 27, 2005, 11:06:37 PMWith the twist, the client does not want a certain vendor see the regular website, but a simplified one without other competing vendor's links.
Heh, good luck with that one  :toothy You can screen their domain ip, but the game is up as soon as one of them surfs from home  :toothy
Title: Re: ISAPI Extensions: Filters
Post by: P1 on November 29, 2005, 02:21:35 PM
Yep!  I know and they know.  But the confusion will set in when they get to work and try it again from there.

Hey, they want it and they are willing to pay for it. 

Regards,  P1  :8)