120-130秒内ASP.NET MVC中的应用程序超时

时间:2018-09-23 06:00:26

标签: sql-server asp.net-mvc iis ef-core-2.0 asp-net-core-spa-services

我的应用程序在120 t0 130秒内超时,我尝试了以下操作。 1. web.config更改

<configuration>
    <system.web>
        <httpRuntime targetFramework="4.5.1" executionTimeout="500" />
    </system.web>
</configuration>
  1. 添加了SQL超时EF Core

    command.CommandTimeout = 100;

  2. 在IIS上已更改

    连接超时900

  3. 在控制器上为int.mex值添加了asynctimeout属性

  4. 将httpclient连接超时添加到4分钟

我有两个应用程序1. asp net web调用asp net cocre api

两者都托管在IIS上

1 个答案:

答案 0 :(得分:0)

requestTimeout =“ 00:10:00” 这在web.config

中丢失

这会更改所有内容,请确保保留其他必要的更改。