我的应用程序在120 t0 130秒内超时,我尝试了以下操作。 1. web.config更改
<configuration>
<system.web>
<httpRuntime targetFramework="4.5.1" executionTimeout="500" />
</system.web>
</configuration>
添加了SQL超时EF Core
command.CommandTimeout = 100;
在IIS上已更改
连接超时900
在控制器上为int.mex值添加了asynctimeout属性
将httpclient连接超时添加到4分钟
我有两个应用程序1. asp net web调用asp net cocre api
两者都托管在IIS上
答案 0 :(得分:0)
requestTimeout =“ 00:10:00” 这在web.config
中丢失这会更改所有内容,请确保保留其他必要的更改。