Click here to Skip to main content
15,900,461 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
I am having a ISAPI filter which uses SF_NOTIFY_READ_RAW_DATA method. But this method is not supported in IIS 6.0 version. So for solving this problem ,
I have found that,this READ_RAW_DATA method should be replaced by ISAPI Extension with HSE_REQ_EXEC_URL function.
I am a new learner of IIS and ISAPI. Kindly explain how to create a ISAPI Extension for replacing READ_RAW_DATA method. Whether I need to create a completely new DLL for extension or can include the part of the extension in the ISAPI filter itself .

What does it actually mean ,replace the READ_RAW_DATA with HSE_REQ_EXEC_URL function??

very Urjent...


Thanks in Advance.
Posted
Updated 18-Jun-12 19:44pm
v2
Comments
Shubham Soni 21-Jul-12 2:42am    
See an ISAPI filter is something which intercepts http requests and response and an ISAPI extension is something which actually serves the request. For example, ASP.NET is also implemented as an ISAPI extension.
Can you tell why do you need to exploit READ_RAW_DATA?
Shubham Soni 21-Jul-12 2:45am    
Can't you use SF_NOTIFY_PREPROC_HEADERS instead?
Naveen_143 27-Jul-12 3:25am    
I need to capture the data coming back from server to clientand need to manipulate that data. Thats why I am using READ RAW DATA .. but it is not supported in IIS 6 and 7 versions.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900