Shun 发表于 2021-11-4 10:39:38

asp.net中出现CGI Timeout的解决办法


CGI Timeout
The specified CGI application exceeded the allowed time for processing. The server has deleted the process.

在iis官方论坛中提到这是由于服务器端会将CGI当作一个可执行文件执行。原帖在此处https://forums.iis.net/t/1147117.aspx
解决方法是将IIS应用程序设置中的执行权限更改为“无”或“纯脚本“。

当然此方法不限于asp.net。其他情况也是这种原因。

https://www.uoften.com/serverhost/winhost/20180415/80439.html
页: [1]
查看完整版本: asp.net中出现CGI Timeout的解决办法