set timeout for http response c# in web config code example
Example: set request timeout c#
<system.web>
<httpRuntime executionTimeout="600"/>
</system.web>
<system.web>
<httpRuntime executionTimeout="600"/>
</system.web>