1
我只想問是否有一種方法來增加某個特定頁面的executionTimeOut?而不是整個應用程序?HttpException(0x80004005):請求超時ASP.Net
<configuration>
<system.web>
<httpRuntime executionTimeout="90" maxRequestLength="4096" useFullyQualifiedRedirectUrl="false"
minFreeThreads="8" minLocalRequestFreeThreads="4" appRequestQueueLimit="100" />
</system.web>
</configuration>