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 - 内部服务器错误
基础教程推荐
- 为什么Flurl.Http DownloadFileAsync/Http客户端GetAsync需要 2022-09-30
- rabbitmq 的 REST API 2022-01-01
- 如何在 IDE 中获取 Xamarin Studio C# 输出? 2022-01-01
- 如何激活MC67中的红灯 2022-01-01
- 有没有办法忽略 2GB 文件上传的 maxRequestLength 限制? 2022-01-01
- 将 XML 转换为通用列表 2022-01-01
- 将 Office 安装到 Windows 容器 (servercore:ltsc2019) 失败,错误代码为 17002 2022-01-01
- SSE 浮点算术是否可重现? 2022-01-01
- c# Math.Sqrt 实现 2022-01-01
- MS Visual Studio .NET 的替代品 2022-01-01