标签: asp.net .net timeout
Server.ScriptTimout值控制HTTP请求执行的时间。默认值为90秒。
Server.ScriptTimout
我真的不清楚这种超时设置会发生什么:
Thread.Sleep(Timeout.Infinite);
await Task.Delay(Timeout.Infinite);
这些问题很难通过实验来回答,因为你永远不知道你可能错过了哪些案例。