我一直在IIS 6上的事件查看器中得到这个错误。我正在试图弄清楚我的错误是否重置了我的连接(也许可以回收工作进程?)。
错误是:
An attempt was made to load filter 'C:\Program Files\Software Artisans\FileUp
\FileUpIsapi.dll' but it requires the SF_NOTIFY_READ_RAW_DATA filter notification and
this notification is not supported in Worker Process Isolation Mode.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink
/events.asp.发布于 2012-06-15 04:24:00
看起来您的ISAPI筛选器与IIS6工作进程隔离模式不兼容。听起来像是为IIS5.x编写的。
有关更多信息,请参见Microsoft KB文章:
有关注册SF的ISAPI过滤器的信息_通知_朗读_未加工_Internet信息服务版本6.0中的数据事件
https://serverfault.com/questions/398092
复制相似问题