首页 > 其他 > 详细

sharepoint 报错:Event ID:      5785

时间:2017-03-21 20:07:06      阅读:148      评论:0      收藏:0      [点我收藏+]

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

原文:http://pclzr.blog.51cto.com/30415/1908892

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!