HTTP Error 500.24 / HTTP Error 404.2

本文介绍了在Win7系统上安装动易网站时遇到的HTTP错误500.24-InternalServerError及HTTP错误404.2-NotFound,并提供了相应的解决方法:对于HTTP错误500.24-InternalServerError,通过修改IIS应用程序池设置(启用32位应用程序,改为Classic托管管道模式)来解决;对于HTTP错误404.2-NotFound,则需要调整IIS的ISAPI和CGI限制设置,允许特定的DotNet版本。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

http://www.cnblogs.com/yycxy/archive/2012/06/07/2540893.html


Internet Information Services 7.5

错误摘要

HTTP 错误 500.24 - Internal Server Error

检测到在集成的托管管道模式下不适用的 ASP.NET 设置。

详细错误信息
模块 ConfigurationValidationModule
通知 BeginRequest
处理程序 ASPClassic
错误代码 0x80070032
请求的 URL http://192.168.1.4:80/admin/admin_login.asp
物理路径 C:\inetpub\jajy\admin\admin_login.asp
登录方法 尚未确定
登录用户 尚未确定
 
最可能的原因:
  • system.web/identity@impersonate 设置为 true。

Win7上安装动易网站出现上述错误的解决方法

打开IIS管理器,选择应用程序池——你的网站应用程序池(jajy)——单击右侧的“设置应用程序池默认设置”,打开,在常规中,将“启用32位应用程序”设置为“True”,将“托管管道模式”改为Classic,最后单击“确定”就一切OK了。


HTTP Error 404.2 - Not Found


http://blog.youkuaiyun.com/ldl22847/article/details/6317306

详细错误:HTTP 错误 404.2 - Not Found. 由于 Web 服务器上的“ISAPI 和 CGI 限制”列表设置,无法提供您请求的页面.

出现环境:win7 + IIS7.0

解决办法:IIS的根节点->右侧“ISAPI和CGI限制”->把禁止的DotNet版本项设置为允许,即可~

 



03-25
[root@iZ2ze3k6buohug6id3eg97Z nginx]# docker logs -f nginx /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/ /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf 10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh /docker-entrypoint.sh: Configuration complete; ready for start up 2025/03/24 05:22:21 [error] 31#31: *2 rewrite or internal redirection cycle while internally redirecting to "/index.html", client: 117.189.228.151, server: 182.92.154.131, request: "GET / HTTP/1.1", host: "182.92.154.131" 117.189.228.151 - - [24/Mar/2025:05:22:21 +0000] "GET / HTTP/1.1" 500 579 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" 2025/03/24 05:22:22 [error] 31#31: *1 rewrite or internal redirection cycle while internally redirecting to "/index.html", client: 117.189.228.151, server: 182.92.154.131, request: "GET /favicon.ico HTTP/1.1", host: "182.92.154.131", referrer: "http://182.92.154.131/" 117.189.228.151 - - [24/Mar/2025:05:22:22 +0000] "GET /favicon.ico HTTP/1.1" 500 579 "http://182.92.154.131/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" ^C [root@iZ2ze3k6buohug6id3eg97Z nginx]#
03-25
/admin/formLogin?username=ec8&psd=ec8 HTTP/1.0" /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/ /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh 10-listen-on-ipv6-by-default.sh: info: IPv6 listen already enabled /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh /docker-entrypoint.sh: Configuration complete; ready for start up 2025/03/24 05:52:13 [error] 24#24: *2 rewrite or internal redirection cycle while internally redirecting to "/index.html", client: 117.189.228.151, server: 182.92.154.131, request: "GET / HTTP/1.1", host: "182.92.154.131" 117.189.228.151 - - [24/Mar/2025:05:52:13 +0000] "GET / HTTP/1.1" 500 579 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" 2025/03/24 05:52:13 [error] 24#24: *1 rewrite or internal redirection cycle while internally redirecting to "/index.html", client: 117.189.228.151, server: 182.92.154.131, request: "GET /favicon.ico HTTP/1.1", host: "182.92.154.131", referrer: "http://182.92.154.131/" 117.189.228.151 - - [24/Mar/2025:05:52:13 +0000] "GET /favicon.ico HTTP/1.1" 500 579 "http://182.92.154.131/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36"
最新发布
03-25
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值