首页 > 代码库 > sharepoint 报错:Event ID: 5785
sharepoint 报错:Event ID: 5785
sharepoint 报错:
Event Type: Error
Event Source: Office SharePoint Server
Event Category: Publishing Cache
Event ID: 5785
Computer: MOSS01
Description:
Unable to connect publishing custom string handler for output caching. IIS Instance Id is ‘XXXXXXXXXXX‘, Url is ‘http://XXXXXXX/Default.aspx‘.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
发现在SharePoint Web Site下部署的网站,很多都会遇到这样的问题,之前的解决方案是修改网站下的web.config文件,在httpModules中添加红色字部分。
<httpModules>
<remove name="PublishingHttpModule" />
...
</httpModules>
注意:要修改报错web站点或者报错虚拟目录下的web.config文件.
本文出自 “博深” 博客,转载请与作者联系!
sharepoint 报错:Event ID: 5785
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。