Windows Server IIS 请求连接超时, 超时连接, 解决方案
2020年05月29日 07:20
作者:独孤剑
阅读:1236
操作系统:Windows Server 2008 R2,Windows Server 2016
在运行ASP.NET应用程序有时由于后台处理业务数据过于复杂,导致前端页面超时连接不能获取返回结果。
Windows Server 2008 R2
1、找到IIS对应应用程序池,右键“高级”。
2、行为->连接超时,改为想要设置的时间,注意单位为“秒”。
Windows Server 2016
1、找到IIS对应应用程序池,右键“高级”。
2、Limits->Connection Time-out,改为想要设置的时间,注意单位为“秒”。