HTTP 错误 500.19 - 内部服务器错误

HTTP Error 500.19 - Internal Server Error(HTTP 错误 500.19 - 内部服务器错误)
本文介绍了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"
本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

c# Generic Setlt;Tgt; implementation to access objects by type(按类型访问对象的C#泛型集实现)
InvalidOperationException When using Context Injection in ASP.Net Core(在ASP.NET核心中使用上下文注入时发生InvalidOperationException)
how do i pass parameters to aspnet reportviewer(如何将参数传递给aspnet report查看器)
Bind multiple parameters from route and body to a model in ASP.NET Core(在ASP.NET Core中将路由和主体中的多个参数绑定到一个模型)
Custom model binding in AspNet Core WebApi?(AspNet Core WebApi中的自定义模型绑定?)
How to minify in .net core mvc view?(如何在.Net核心MVC视图中缩小?)