sharepoint 2013 "The module ... owssvr.dll could not be loaded due to a configuration problem"

打开sharepoint站点能够看到这个503的错误, 在event viewer中查看以下:

api

The Module DLL 'C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\isapi\owssvr.dll' could not be loaded due to a configuration problem. The current configuration only supports loading images built for a x86 processor architecture.app

 


致使这个问题的缘由多是安装了32bit的应用程序致使IIS加载模块出现问题.ui

解决办法spa

1,将全部应用程序池中的应用,右键->高级->启用32bit模式->false.code

2,编辑applicationHost.config:it

io


改成<globalModules> ... ... <add name="SharePoint14Module" image="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\isapi\owssvr.dll" preCondition="appPoolName=SharePoint Central Administration v4" /> </globalModules>


若是有bitness64 则不须要更改.<add name="SharePoint14Module" image="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\isapi\owssvr.dll" preCondition= "appPoolName=SharePoint Central Administration v4,bitness64" />
相关文章
相关标签/搜索