1. <httpRuntime shutdownTimeout="1200" executionTimeout="1200"/>
shutdownTimeout 指定辅助进程关闭所允许的分钟数。在超时过期后,ASP.NET 关闭辅助进程。
1. <httpRuntime shutdownTimeout="1200" executionTimeout="1200"/>
shutdownTimeout 指定辅助进程关闭所允许的分钟数。在超时过期后,ASP.NET 关闭辅助进程。