0
我在我的web.config以下:如何從web.config中檢索非<appSettings>鍵?
<configuration>
<system.web>
<httpRuntime executionTimeout="180"/>
</system.web>
</configuration>
是否有.NET內置的方式來檢索executionTimeout
價值?也許通過ConfigurationManager設置對象?我沒有看到任何明顯的。