All Tags > isapi > ISAPI Filters (RSS)
  • Physical File Mapping for the default files.

    How can we get the physical file mapping for the default files set in the IIS Control panel. If the user request for a specific file, then I know the physical path of the file during the URL_MAP notification in ISAPI Filter, but if the user request is just the URL, then the default file is set, how can...
    Posted to Forum by neeleshjjain on 05-04-2009, 5:23 AM
  • Re: Differentiating Between Header and Actual Data in ISAPI Filter

    So while modifying the incoming buffer with my own buffer, I need to set the cbInData and cbInBuffer also right. Is there any maximum capacity of the data that can be send over a normal HTTP connection. because I have read that IIS will take care of sending the data in chunks of 16KB or lesser, if the...
    Posted to Forum by neeleshjjain on 03-16-2009, 3:15 PM
  • Re: Differentiating Between Header and Actual Data in ISAPI Filter

    Anil, I have parsed the data and verified for two line breaks, thought its the end of the header information, but even the actual data is having two line breaks or a single one, then its thinking as a header and just skips of the actual data also.
    Posted to Forum by neeleshjjain on 03-11-2009, 1:59 PM
  • Differentiating Between Header and Actual Data in ISAPI Filter

    Hello, How can I know in run-time that what is the content of pvInData of SF_NOTIFY_SEND_RAW_DATA notification structure is holding, a Header Information or the Actual Data being sent to the Client. I am developing a ISAPI Filter for the IIS 5.1 onwards. Thanks, Neelesh K J Jain.
    Posted to Forum by neeleshjjain on 03-11-2009, 12:01 PM
  • Re: ISAPI extension on IIS 6

    After reading through this post, and seeing that you're actually trying to do a rewrite, I'm wondering why you've invested all this time into this project. There are commercially available scripts that do the same thing. If you think about the investment in time, you could have saved some...
    Posted to Forum by rumblepup on 02-15-2009, 3:15 PM
Page 1 of 1 (5 items)
Microsoft Communities