我的应用程序在 Application_Start 之后没有响应

发布于 2024-11-28 17:19:21 字数 205 浏览 3 评论 0原文

我遇到了一个严重的问题,我的应用程序在执行 Application_Start 后没有响应,我在 Application_BeginRequest 和很多其他地方放置了断点,但它只是保留在那里,永远加载。

我真的很恼火,我不知道如何解决这个问题,没有错误,没有超时,什么都没有。

有什么想法吗?

有什么方法可以知道最后执行的一行吗?我需要一个线索。

I am having a serious problem, my application is not responding after Application_Start was executed, I have put breakpoints in Application_BeginRequest and a lot of other places, but it just keep there, loading forever.

I am really annoyed, I have not idea about how to solve this problem, no error, no timeout, just nothing.

Any ideas?

Is there any way to know the last line executed? I need a clue.

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

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

发布评论

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

评论(1

南七夏 2024-12-05 17:19:21

您是否在 IIS 或 Visual Studio Web 服务器下运行?您可能需要重新启动 IIS(对于前者)或重新启动 VS(对于后者)

Are you running under IIS or the Visual Studio web server? You might want to restart IIS (for the former) or restart VS (for the latter)

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