如何知道哪个资源在我的 Application_Error 中抛出 HttpException

发布于 2024-11-19 18:43:51 字数 189 浏览 0 评论 0原文

我的应用程序中通过 HttpException 引发了 Application_Error 事件。在异常中,我看到 404 错误代码 - 未找到资源。

我已经使用Firebug检查是否有一些带有404错误代码的image/css/js,但没有找到。

问题是:如何获取引发此错误的资源?

谢谢,

阿曼多

The Application_Error event is being raised in my application with a HttpException. Inside the exception I see a 404 error code - resource not found.

I've already used Firebug to check if there's some image/css/js with 404 error code and didn't found.

The question is: How can I get the resource that's firing this error?

Thanks,

Armando

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

允世 2024-11-26 18:43:51

尝试检查 Global.asaxApplication_Error 中的 Request.Url

Try checking Request.Url in Application_Error in Global.asax.

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