webconfig 加上下面这段
<httpRuntime executionTimeout= "90 " maxRequestLength= "102400 " useFullyQualifiedRedirectUrl= "false "
minFreeThreads= "8 " minLocalRequestFreeThreads= "4 " appRequestQueueLimit= "100 "/>
maxRequestLength= "102400 " 这一句,单位为k
调整WebConfig参数
本文介绍如何通过修改Web.config文件中的httpRuntime元素来调整ASP.NET应用程序的执行超时时间和最大请求长度,具体设置包括:executionTimeout、maxRequestLength等。
1086

被折叠的 条评论
为什么被折叠?



