All Tags > IIS > isapi (RSS)
  • How to read posted form data in IIS 5.x filter

    I have a filter (extends CHttpFilter) that registers for SF_NOTIFY_PREPROC_HEADERS in GetFilterVersion(), and OnPreprocHeaders gets called as expected at request-time. What I need to do is get access to data that was posted from an HTML form. I've tried registering for SF_NOTIFY_READ_RAW_DATA and...
    Posted to Forum by brown9 on 08-25-2009, 1:42 PM
  • IIS is logging wrong status code. Why?

    Out function HttpExtensionProc returnes HSE_STATUS_ERROR when encountering some error, for example when a file not found processing GET request, and yet IIS logs code 200 (meaning success) into its IIS log. MSDN says about this error: HSE_STATUS_ERROR The extension has encountered an error while processing...
    Posted to Forum by vsoro00 on 08-07-2009, 12:36 PM
  • 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
  • Setting Bit Rate Throttle programmatically in ISAPI Extension

    Hello, When I use Bit Rate Throttling together with TransmitFile in my IIS Extension module this works fine and the default Media Format Rule(s) apply. I am sending the MP4 file differently though. The metadata (the 'moov' atom) is send with Transmit file by specifing the pHead and HeadLength...
    Posted to Forum by arjenw on 04-13-2009, 9:46 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
  • 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
  • Couple of questions about IIS7, ISAPI, etc.

    Hello, I am a newbie to IIS and just starting to come up to speed. We have an ISAPI Extension/Filter DLL that we need to port from IIS6 to IIS7. There is also some talk of replacing this ISAPI module with an ASP.NET module. Now here are my questions, please bear with me if they sound trivial or stupid...
    Posted to Forum by gpuja on 01-06-2009, 2:19 PM
  • IIS 6 and Resin

    Does anyone know how to properly configure Resin with IIS 6? I am trying to get a jsp site to run with Resin 3.1.6 installed on the server, with no luck at all. Caucho's documentation has not been very helpful. I have successfully installed Resin as an NT service, installed the ISAPI dll it needs...
    Posted to Forum by dmerida on 08-11-2008, 2:27 PM
  • Re: IIS 6 Redirection Using Wildcards Question

    Try IIS Mod-Rewrite . What ISAPI filter is the one that conflicts with URL rewriting filters?
    Posted to Forum by micronovae on 11-01-2007, 4:13 PM
  • Installing IIS6 with PHP and MySQL

    After hours of trying and re-trying and fustration, I finally installed PHP to work with MYSQL and IIS 6.0 on a Windows XP machine. I wrote an article with the steps. Here you go, http://www.atksolutions.com/articles/install_php_mysql_iis.html hope it helps... Anthony K
    Posted to Forum by atkman on 06-14-2007, 12:01 PM
Page 1 of 2 (11 items) 1 2 Next >
Microsoft Communities