评论

收藏

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

web服务器 web服务器 发布于:2021-11-04 10:39 | 阅读数:618 | 评论:0

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应用程序设置中的执行权限更改为“无”或“纯脚本“。
DSC0000.png

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

关注下面的标签,发现更多相似文章