HTTP 错误 500.24 - Internal Server Error
检测到在集成的托管管道模式下不适用的 ASP.NET 设置。
详细错误信息
| 模块 | ConfigurationValidationModule |
|---|---|
| 通知 | BeginRequest |
| 处理程序 | ASPClassic |
| 错误代码 | 0x80070032 |
| 请求的 URL | |
|---|---|
| 物理路径 | C:\inetpub\test\index.asp |
| 登录方法 | 尚未确定 |
| 登录用户 | 尚未确定 |
解决方法:
system.web/[email protected] 设置为 true。
Enable 32-bit applications: True (允许32位应用程序)
Managed pipeline Mode : classic (托管的管道处理模式)
如下图: 本人 windows7 企业德文版,界面调成英语了
转载于:https://blog.51cto.com/hangtc/1036358