码迷,mamicode.com
首页 > 其他好文 > 详细

sharepoint 报错:Event ID:      5785

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

标签:sharepoint

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

标签:sharepoint

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!