将 Elmah 与 jQuery 结合使用?
我正在使用 jQuery 使用 $.Ajax 来调用 AJAX 调用的页面方法。 这工作得很好,而且非常轻量。 但是,我注意到,当 .NET 代码引发异常时,Elmah 只会将其记录为“未找到文件”异常,或者根本不会记录任何内容,而不是记录引发的实际异常。 有没有办法让 Elmah 接受这些异常? 他们需要被抓住/重新扔掉吗? 我确信这与 JavaScript 文件中的错误处理有关,但我不知道从哪里开始。
I am using jQuery to invoke page methods for my AJAX calls using $.Ajax. This works very well, and is very lightweight. However, I have noticed that when an exception is thrown from the .NET code, Elmah just logs it as a File Not Found exception, or will not log anything at all, rather than logging the actual exception that was thrown. Is there a way to get Elmah to pick up these exceptions? Do they need to be caught/rethrown? I'm sure it has something to do with the error handling in the JavaScript file, but I don't know where to go from there.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我非常确定,如果不进行一些修改,ELMAH 将无法在这种情况下正确登录。
也许值得在这里问这个问题。
链接文字
Atif Aziz 通常能很快回答问题
I'm pretty certain that if ELMAH won't log properly in this senario without some modification.
May be worth asking the question here.
link text
Atif Aziz is generally quick to answer the questions