在当前运行的网站中使用 ELMAH
我有一个在生产环境中使用 ASP.NET 2.0 开发的 ASP.NET 网站,该网站使用企业库来保存日志/错误并将其保存到文本文件中。我可以在不编译网站并通过 ELMAH 界面读取日志/错误的情况下使用 ELMAH 吗?
I have a asp.net website developed in asp.net 2.0 on production which is using enterprise library for keeping the log/error and saving them into the text file. Can I use ELMAH without comipling the website and read log/error via ELMAH interface?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ELMAH 无需重新编译即可很好地使用,但请注意,如果您现有的日志框架正在处理错误,那么 elmah 可能无法获取错误,因为其他框架会采取一些操作并耗尽它的堆栈跟踪。
ELMAH can be very well used without recompile, however note that if your existing logging frameworks are handling errors, then elmah may not be able to get the error since other frameworks would have taken some actions and used up the stack trace of it.