I have the following in my web.config:
<configuration>
<system.web>
<httpRuntime executionTimeout="180"/>
</system.web>
</configuration>
Is there a .NET built-in way to retrieve executionTimeout
value? Perhaps via ConfigurationManager set of objects? I don't see anything obvious.