Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们在一个 asp.net 2.0 网络应用程序中使用 Elmah。有没有办法禁用默认的内存日志提供程序?换句话说,我们正在登录到 SQL Server,因此我们希望完全消除默认情况下为 true 的 MemoryErrorLog 提供程序。
谢谢,
杰森
您需要从您的web.config:
web.config
<errorLog type="Elmah.MemoryErrorLog, Elmah" size="50" />