|
Q. I'm using IIS and I think I've loaded the filter, but it doesn't seem to be working! A. Check the event log. If you get a message like: "An attempt was made to load filter on a server instance but it requires the SF_NOTIFY_READ_RAW_DATA filter notification so it must be loaded as a global filter."Then that means that you have tried to load the filter on a sub-web. It needs to be loaded at the machine-level, as described in the installation instructions. Try loading it as a global filter at the machine-level, as suggested.
|
|