how to increase http request timeout in c# code example
Example: set request timeout c#
<system.web>
<httpRuntime executionTimeout="600"/>
</system.web>
<system.web>
<httpRuntime executionTimeout="600"/>
</system.web>