【发布时间】:2012-03-25 06:59:47
【问题描述】:
我的 web.config 中有以下内容:
<configuration>
<system.web>
<httpRuntime executionTimeout="180"/>
</system.web>
</configuration>
是否有 .NET 内置方法来检索 executionTimeout 值?也许通过 ConfigurationManager 对象集?我没有看到任何明显的东西。
【问题讨论】:
标签: c# asp.net .net web-config