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 - 内部服务器错误


- C#MongoDB使用Builders查找派生对象 2022-09-04
- WebMatrix WebSecurity PasswordSalt 2022-01-01
- 输入按键事件处理程序 2022-01-01
- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01
- MoreLinq maxBy vs LINQ max + where 2022-01-01
- C# 中多线程网络服务器的模式 2022-01-01
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01
- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- 如何用自己压缩一个 IEnumerable 2022-01-01
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01