All Tags > ISAPI Filters (RSS)
  • IIS 6 ISAPI PlugIn X Forwarded For (XFF)

    Hi there, I have a big problem concerning the XFF Data of my IIS 6. Usually we used IIS 5 with a network card based Loadbalancing. This worked fine with logging the IP Adresses, that requested sites over the IIS. After changing to IIS6 and a Hardware Loadbalancer that was set bevor the IIS 6 (there are...
    Posted to Forum by D Lamboy on 11-02-2009, 5:22 AM
  • ISAPI is a good choice in this case?

    We have a website builder project,it can build and serve different websites for different internal clients who sit in different countries. There are two proposed solutions: 1. Use ISAPI filter which builds everything from scratch instead of using asp.net framework The reason for this choice is ISAPI...
    Posted to Forum by rhxxtb on 10-13-2009, 7:55 AM
  • migrating install script from IIS 5 to 6 - ISAPI filter problem

    Hi, I have to move a scripted installation from IIS 5 to IIS 6 and having issues with the ISAPI filter bits (I managed to create a virt dir using IIsvdir.vbs). The script below doesn't seem to create the ISAPI Filter in IIS 6: cscript %SystemRoot%\System32\adsutil.vbs CREATE W3SVC/1/Filters "IIsFilters"...
    Posted to Forum by GGardonyi on 09-01-2009, 12:39 AM
  • Problems with IIS 6 Scriptmaps inheritance

    Hello Everybody, Recently I have been installing ISAPI filter on IIS 6 in Server 2003, using Microsoft Visual Studio 2005. One thing that seems to trip up me is the Scriptmaps inheritance. I have found that, when I was using Get or Put Function (ADSI Interface)to get or set scriptmaps on websites, it...
    Posted to Forum by liuliu_34 on 08-18-2009, 10:55 AM
  • ISAPI Filter for ASP Authorization

    Hi experts, I'm facing a problem with secure ASP application. I have thounsands of ASP pages, now I have to restrict access to certains of ASP pages. I have 2 options - Develop an ISAPI filter to handle this. I'll store the access rules in xml or database, my filter then read the rules and do...
    Posted to Forum by hquangthinh on 08-09-2009, 6:08 AM
  • ISAPI Filter will not load on amd 64 system

    Hi I have created an ISAPI filter using the mfc classes and it works fine on my developemnt environment which is an intel 32 bit system. However, when I load the same filter onto a 64 bit AMD system I get an error when the filter is loaded. I have built the filter in AMD64bit mode but I get a message...
    Posted to Forum by SimonKing on 05-09-2009, 6:33 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
  • A little problem: IIS 6.0 custom logging + HTTP pipelining

    Task: ISAPI filter performs URL rewrite. Requested and rewritten URLs have to be written to IIS log: “rewritten URL” goes to “cs-uri-stem”, “requested URL” to “cs-username” fields respectively. How it’s done: On SF_NOTIFY_PREPROC_HEADERS event: “requested URL” is saved to a memory allocated by PHTTP_FILTER_CONTEXT...
    Posted to Forum by _OK on 04-11-2009, 3:38 PM
  • ISAPi filter debugging problem

    iI have owaredirect.dll when i m trying to debug it on vc2008 and iis6.0. iit connects for second and exit by showing message. debugging information for w3wp.exe cannot be found or does not exist. i i have followed the instruction given in http://support.microsoft.com/default.aspx?scid=kb;EN-US;183480...
    Posted to Forum by lok.vikram on 04-10-2009, 2:57 AM
  • Timer Message in ISAPI Filter

    Hello All, Can I have a windows timer message (WM_TIMER) in a ISAPI Filter. As I need to check some of the settings every 5 seconds, I thought of having a Timer message in the filter. Will it effect the performance of the IIS processing. I am using IIS 5.1 and the program is required for IIS 5.1 +. Thanks...
    Posted to Forum by neeleshjjain on 04-08-2009, 6:31 PM
Page 1 of 3 (26 items) 1 2 3 Next >
Microsoft Communities