城堡单轨铁路和 埃尔玛
有人成功使用 Castle MonoRail 和 ELMAH 吗?
我们使用许多 Resuces 向用户提供友好的错误消息,但如果我们这样做,异常永远不会到达 ELMAH,因为 MonoRail 救援会拦截它们。
理想情况下,我们希望用户看到救援,但要在 ELMAH 中记录异常。
有什么想法/指示吗?
干杯,
杰伊。
Is anyone using Castle MonoRail and ELMAH with success?
We are using a number of Resuces to present users with friendly error messages, but if we do this the exceptions never get as far as ELMAH as the MonoRail rescue intercepts them.
Ideally we want the user to see the rescue, but for the exception to be logged in ELMAH.
Any ideas/pointers?
Cheers,
Jay.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 Macka 发布的链接后,我编写了这个简单的单轨异常处理程序:
然后我在 web.config 的单轨部分中注册了它:
就是这样。
After looking at the links Macka posted, I wrote this simple monorail exception handler:
Then I registered it in web.config, monorail section:
And that's it.
在 Google 网上论坛上发帖后,Atif 似乎已经向我指出了朝着正确的方向。
After also posting on Google Groups it looks like Atif may have pointed me in the right direction.