how to increase request waiting time .net core code example
Example: set request timeout c#
<system.web>
<httpRuntime executionTimeout="600"/>
</system.web>
<system.web>
<httpRuntime executionTimeout="600"/>
</system.web>