如何禁用 Elmah 内存记录?
我们在 asp.net 2.0 Web 应用程序中使用 Elmah。有没有办法禁用默认的内存日志提供程序?换句话说,我们正在记录到 SQL Server,因此我们希望完全消除默认情况下为 true 的 MemoryErrorLog 提供程序。
谢谢,
杰森
We're using Elmah in an asp.net 2.0 web app. Is there a way to disable the default Memory Log provider? In other words, we're logging to SQL Server and because of this we want to completely eliminate the MemoryErrorLog provider that is true by default.
Thanks,
Jason
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要从
web.config
中删除此行:You need to remove this line from your
web.config
: