User-1787399710 posted
Currently, I am working on development of wildcard application maps dlls for IIS6.0, which intercepts all the requests coming to the web server. This I am doing to create equivalent extension dll which work similar as FILTER
which handles SF_NOTIFY_READ_RAW_DATA. Let me brief you about the functionality of SF_NOTIFY_READ_RAW_DATA. This is an event which gets fired when IIS read raw data coming from browser.
I need to write the equivalent wildcard application map dll for this filter as IIS6.0 doesn’t support SF_NOTIFY_READ_RAW_DATA for the global filters in worker process isolation mode, which is the default mode of running IIS.
I have already created a sample application for wildcard application map; which handles all the requests coming to the web server, but I am not able to get the stage where this wildcard application map sends raw data to back
to the client browser. If I would be able to get the server support function which handles the out-going data then I would be in a position to complete this task.
So my question is how to get the outgoing raw data from web server using wildcard application map? Kindly have a look on this mail and let me know your suggestions on this.
Thanks,
Rajeev