标签: asp.net-mvc executiontimeout
如果我的代码有无限循环或Thread.Sleep(999999999),则executionTimeout和AsyncTimeout值(10s)无效。 那么,如何在asp.net mvc中停止无限循环,抛出超时异常并请求完成?