After following the directions in the included userguide the filter fails to load. (shows as Status: Not Loaded with a downward pointing red arrow in the ISAPI filters list)
These are the things i've tried:
- added the filter as a global isapi filter
- gave read/execute/write permission to IUSR for the .dll and .conf
- restarted IIS many times
- used included .conf and tried an empty .conf as well
- also tried adding the filter to only one website
- viewed a few webpages to 'load' the filter
After all that, it still fails to load no matter what i do. Can you offer any help?
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
After following the directions in the included userguide the filter fails to load. (shows as Status: Not Loaded with a downward pointing red arrow in the ISAPI filters list)
These are the things i've tried:
- added the filter as a global isapi filter
- gave read/execute/write permission to IUSR for the .dll and .conf
- restarted IIS many times
- used included .conf and tried an empty .conf as well
- also tried adding the filter to only one website
- viewed a few webpages to 'load' the filter
After all that, it still fails to load no matter what i do. Can you offer any help?
Thanks!
Note: The filter does load and apparently works under Windows XP Pro.
I created an ISAPI filter in vc++ myself just to test my webserver and it too failed to load.
However, if i link mfc as a static lib then the filter loads and works properly, so i assume that my webserver doesn't have the required dll's.
When you are releasing your .dll can you please include mfc as well?
I'm getting the same problem. Is there anywhere I can download these MFC ISAPI Dlls?