【发布时间】:2013-01-10 14:50:40
【问题描述】:
我在我的 Sitecore 解决方案中添加了 Elmah 工具,实际上我是在这里做的 http://newguid.net/sitecore/2011/using-elmah-for-error-logging-within-sitecore/ 我启用的只有一个卷是 allowRemoteAccess 属性,
<elmah>
<security allowRemoteAccess="1" />
</elmah>
现在任何地方的每个人都可以使用日志,但我只想为登录(授权)到 sitecore 的用户(sitecore 用户)显示它
我该如何管理它?
谢谢。
【问题讨论】:
标签: asp.net sitecore sitecore6 elmah