摘要: ​ 1.单个站点超时时间 Web.config 配置httpRuntime executionTimeout (单位秒) 设置为720秒 <system.web> <httpRuntime maxRequestLength="102400" executionTimeout="720" /> </s 阅读全文
posted @ 2022-01-12 18:30 *涛* 阅读(295) 评论(0) 推荐(0)