将 Elmah 与 jQuery 结合使用?

发布于 2024-07-09 14:20:45 字数 216 浏览 11 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

七堇年 2024-07-16 14:20:45

我非常确定,如果不进行一些修改,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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文