asp.net mvc2 中的 ELMAH
任何人都可以给我代码来为我的 asp.net mvc 应用程序实施 ELMAH 错误处理。
我需要知道逐步实施的过程吗?
谢谢
Can any body give me code to impement ELMAH error handling for my asp.net mvc application..
I need to know step by step process to implemnt?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我在 asp.net mvc 2.0 中使用了 elmah。您需要从此处,将 dll 添加到您的项目中,然后更改您的 Web 配置以使 elmah 正常工作,它的解释很好 在这里。另请查看类似的 发布以获取更多信息或遇到问题。
I have used elmah with asp.net mvc 2.0.You would need to download the source from here, add the dll to your project and then change your web config to get elmah working it is explained well here. Also have a look at a similiar post to get more information or if you run into problems.
查看我有关 MVC 登录的博客系列。第一篇文章介绍了如何为 MVC 设置和运行 Elmah,并扩展了 Hanselman 的工作。
文章末尾有一个可下载代码的链接。希望有帮助。
http://dotnetdarren.wordpress.com/
Check out my blog series on logging in MVC. The first article covers getting Elmah set up and running for MVC and expands on what Hanselman does.
There is a link to downloadable code at the end of the article. Hope that helps.
http://dotnetdarren.wordpress.com/