【发布时间】:2014-11-03 16:30:43
【问题描述】:
我开始工作和安装 Sitecore ......创建了新站点......在 IIS 上发布......并想在 Sitecore 资源管理器中映射它 在 Sitecore Explorer 中打开站点时出现以下错误
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Reflection.TargetInvocationException:
Exception has been thrown by the target of an invocation. --->
System.TypeInitializationException: The type initializer for 'Sitecore.Rocks.Server.Pipelines.WriteItemHeader.SerializationStatus' threw an exception.
---> System.TypeInitializationException: The type initializer for 'Sitecore.Caching.Cache' threw an exception. --->
System.InvalidOperationException: Could not read Sitecore configuration.
我看过类似的帖子。
建议从 IIS 中的站点删除只读权限。 .我这样做了...仍然是同样的问题
我检查了地图路径..它被更正为 IIS 中的路径 请推荐
【问题讨论】:
-
网站是否使用浏览器工作?
-
您的 IIS 用户是否拥有 webroot 权限?
-
您有自定义的包含文件吗?如果是这样,请删除所有这些。如果这样可以解决问题,请将它们一一添加,直到找到罪魁祸首
-
尝试给这个用户IUSER添加读写权限,
标签: iis content-management-system sitecore