Answers for "increase timeout in web.config c#"

C#
1

set request timeout c#

<system.web>
     <httpRuntime executionTimeout="600"/>
 </system.web>
Posted by: Guest on August-29-2020

Code answers related to "increase timeout in web.config c#"

C# Answers by Framework

Browse Popular Code Answers by Language