在配置文件中加入:
<
system.web
>
<
httpRuntime
executionTimeout
=
"36000"
maxRequestLength
=
"2097151"
/>
</
system.web
>
即可。
2023-09-23 10:43:03
在配置文件中加入:
<
system.web
>
<
httpRuntime
executionTimeout
=
"36000"
maxRequestLength
=
"2097151"
/>
</
system.web
>