All Tags > iis > 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
  • No Data in SF_NOTIFY_SEND_RAW_DATA notification

    Hello, I am facing a strange issue. I have compressed and un-compressed blocks of data using Deflate method of zlib. While Debugging I don't see any data in the SF_NOTIFY_SEND_RAW_DATA notification. The first time before sending the header, I can view the header details but not the actual data. I...
    Posted to Forum by neeleshjjain on 03-17-2009, 3:42 PM
  • 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
  • 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
  • Getting ISAPI Filters

    Hi people. I need to get the ISAPI filters that are configured for a particular website, and eventually add a new one. Does anybody know how can I do this? Thanks
    Posted to Forum by jselesan on 02-24-2009, 12:20 PM
Page 1 of 1 (5 items)
Microsoft Communities