Mvc异步操作使iis崩溃
场景:站点使用 Mvc 异步控制器。
错误:每次异步结束操作(如 EndReceive)引发错误时,它也会使 IIS 崩溃。
这是一种应该始终尝试捕获的错误类型,但默认行为是否总是导致 IIS 进程崩溃? (不知道我是否应该离开它或开始更深入的故障排除)
谢谢,
Scenario: Site uses Mvc async controller.
Error: Everytime an async end operation (like EndReceive) throws an error it also crashes IIS.
This is the type of error one should always try to catch but is the default behavior otherwise always crashing the IIS process? (don't know if i should leave it or start more in depth troubleshooting)
Thanx,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想你会找到 以下博客文章有助于了解幕后发生的事情。
I think you will find the following blog post useful in understanding what happens under the covers.