如何增加IIS中的请求超时?

如何增加IIS 7.0中的请求超时?在IIS 6.0的ASP配置设置中的“应用程序”选项卡下,执行相同的操作。我无法在IIS 7.0中找到asp.net配置部分



红颜莎娜
浏览 1325回答 3
3回答

梵蒂冈之花

在IIS管理器中,右键单击该站点,然后转到管理 网站 -> 高级设置。在“ 连接限制”选项下,您应该看到“ 连接超时”。

米琪卡哇伊

要增加请求超时,请将其添加到web.config<system.web>&nbsp; &nbsp; <httpRuntime executionTimeout="180" /></system.web>并为特定页面添加此<location path="somefile.aspx">&nbsp; &nbsp; <system.web>&nbsp; &nbsp; &nbsp; &nbsp; <httpRuntime executionTimeout="180"/>&nbsp; &nbsp; </system.web></location>.NET 1.x的默认值为90秒。.NET 2.0和更高版本的默认110秒。
打开App,查看更多内容
随时随地看视频慕课网APP