我不断收到我的事件查看器在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.
看起来您的ISAPI筛选器与IIS6工作进程隔离模式不兼容。 这听起来像是为IIS5.x编写的。
有关更多信息,请参阅此Microsoft知识库文章:
有关在Internet Information Services 6.0版中注册SF_NOTIFY_READ_RAW_DATA事件的ISAPI筛选器的信息