HTTP Error 500.19 - Internal Server Error(HTTP 错误 500.19 - 内部服务器错误)
问题描述
我正在将我的应用程序从云站点迁移到专用服务器.专用服务器在 IIS 7 的 64 位 Windows 2008 服务器上运行.我在新服务器中的应用程序池处于集成模式.
I am migrating my application from cloud sites to dedicated server. The dedicated server is running on Windows 2008 server 64 bit with IIS 7. My application pool in the new server is in integrated mode.
我有一个 default.htm 页面作为起始页面,它工作正常.我无法访问任何其他页面并遇到错误HTTP 错误 500.19 - 内部服务器错误"
I have a default.htm page as the start page and it works fine. I cannot access any other pages and encountering the error "HTTP Error 500.19 - Internal Server Error"
显示错误的配置源如下.
The configuration source showing as error is as follows.
{system.webServer}
68: {httpErrors errorMode="DetailedLocalOnly" defaultPath="/errorpage-404.asp" defaultResponseMode="ExecuteURL"}
69: {remove statusCode="404" subStatusCode="-1"
本文标题为:HTTP 错误 500.19 - 内部服务器错误
基础教程推荐
- 在 VB6 或经典 ASP 中使用 .NET 2022-01-01
- 如果条件可以为空 2022-01-01
- SonarQube C# 分析失败“不是指针的有效行偏移" 2022-01-01
- C# 9 新特性——record的相关总结 2023-04-03
- 从 C# 控制相机设备 2022-01-01
- 获取C#保存对话框的文件路径 2022-01-01
- 重新排序 WPF TabControl 中的选项卡 2022-01-01
- 将数据集转换为列表 2022-01-01
- 更新 Visual Studio 中的 DataSet 结构以匹配新的 SQL 数据库结构 2022-01-01
- Mono https webrequest 失败并显示“身份验证或解密失败" 2022-01-01
