All TagsIIS6ISAPI Filters (RSS)
  • 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
  • Re: Physical file path in OnPreprocHeaders in an isapi filter

    Hello Anil, Please suggest how can we do it in the ISAPI Filter in C++. I am trying to do in the URL Map by sending the response header as 302 redirect but I couldn't and was unsuccess and it just throws me an error. Can you suggest me some solution in the PreProcHeader itself please. Thanks, Neelesh...
    Posted to Forum by neeleshjjain on 04-01-2009, 2:32 PM
  • How to Add more than one cookie to the header

    I still have some question. when i add a cookie to the header in the event SF_NOTIFY_SEND_RESPONSE pSendResponse->AddHeader(pfc,_T("Set-Cookie:"),_T("Cookie1=test;path=\;\r\n")); IIS surport this work. But I want to add more cookies to the header , i always get the fault result...
    Posted to Forum by carlechen on 03-08-2009, 3:24 AM
  • IIS Filter: How Can I get a flag in the processing of a request

    We Know that we can process a request in some events,for example: OnReadRawData OnPreProHeader OnUrlMap OnSendRawData. Can we get a flag to tell us they are processing the same request. I know in iis enxtention, we can use pECB->ConnID. but I can not find the flag in iis filter.
    Posted to Forum by carlechen on 03-05-2009, 2:26 AM
  • IIS Filter:How can i get a flag in the process of a request

    Hello . I have a question: We know that A request of client can be proccessed in some events,for example OnReadRawData OnPreproheader OnUrlMap OnSendRawData. In these events,Can we get a Flag to tell us they are processing the same request. In IISExtention,I Can find the flag pECB->ConnID. BUT i can...
    Posted to Forum by carlechen on 03-05-2009, 2:12 AM
  • Re: ISAPI extension on IIS 6

    You are right, that I am trying to do a rewrite. But the rewriting should be through a File Pointer instead of a physical Path. As the files that are being sent to the end user as a response are created on a fly and once it sent, these file pointers will be released. Thanks, Neelesh K J Jain.
    Posted to Forum by neeleshjjain on 02-16-2009, 10:32 AM
  • IIS Filter: a problem about ServerSupportFunction. Please Help me!

    Entironment : IIS 5.1 IIS6.0 Develop Tools: VC8.0 SDK: 2003 SP! Quesiton : I Want to send a message to Client in SF_NOTIFY_SEND_RAW_DATA, my code void SendTipInfo(HTTP_FILTER_CONTEXT *pfc) { TCHAR szInfo = _T("<html>\r\n") _T("<head><title> System Infomation. </title><...
    Posted to Forum by carlechen on 02-16-2009, 1:49 AM
Page 1 of 1 (7 items)
Microsoft Communities