【发布时间】:2014-12-30 23:37:40
【问题描述】:
我只想问有没有办法增加特定页面的executionTimeOut?而不是整个应用程序?
<configuration>
<system.web>
<httpRuntime executionTimeout="90" maxRequestLength="4096" useFullyQualifiedRedirectUrl="false"
minFreeThreads="8" minLocalRequestFreeThreads="4" appRequestQueueLimit="100" />
</system.web>
</configuration>
【问题讨论】:
标签: c# asp.net web-config timeout