简体   繁体   English

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

[英]HTTP Error 500.19 - Internal Server Error localhost

newbie here, I am having an error in all of my projects and backups when executing my project visual studio 2012. Last week it was working fine and then the error came out. 新手,在执行我的项目Visual Studio 2012时,我的所有项目和备份都出错。上周工作正常,然后出现错误。 I am just using localhost. 我只是在使用本地主机。

these are solutions that i found and it still didn't work: :( 这些是我找到的解决方案,但仍然没有用::(

-In IIS Manager - Feature Delegation set HandlerMapping to Read/Write. -在IIS管理器中-功能委托将HandlerMapping设置为“读/写”。

-Control Panel, Turn windows features on or off, Internet Information Services, World Wide Web Services, enable Application Development Features except CGI. -控制面板,打开或关闭Windows功能,Internet信息服务,万维网服务,启用除CGI之外的应用程序开发功能。

-I gave IIS_IUSRS full control to my project folder. -我将IIS_IUSRS的完全控制权授予了我的项目文件夹。

Any other suggestions? 还有其他建议吗?

error message 错误信息

HTTP Error 500.19 - Internal Server Error HTTP错误500.19-内部服务器错误

The requested page cannot be accessed because the related configuration data for the page is invalid. 无法访问请求的页面,因为该页面的相关配置数据无效。

Detailed Error Information: 详细错误信息:

Module IIS Web Core IIS Web核心模块

Notification BeginRequest 通知BeginRequest

Handler Not yet determined 处理程序尚未确定

Error Code 0x80070003 错误代码0x80070003

Config Error Cannot read configuration file 配置错误无法读取配置文件

Config File \\?\\C: -- web.config 配置文件\\?\\ C:-web.config

Requested URL http://localhost:49926/Home.aspx 请求的URL http:// localhost:49926 / Home.aspx

Physical Path -- 物理路径-

Logon Method Not yet determined 登录方法尚未确定

Logon User Not yet determined 登录用户尚未确定

Request Tracing Directory 请求跟踪目录
C:\\Users\\john\\Documents\\IISExpress\\TraceLogFiles\\ -- C:\\ Users \\ john \\ Documents \\ IISExpress \\ TraceLogFiles \\-

Config Source: -1: 0: 配置源:-1:0:

my [Web.config] file 我的[Web.config]文件

<?xml version="1.0" encoding="utf-8"?>
<!--
  For more information on how to configure your ASP.NET application, please visit
  http://go.microsoft.com/fwlink/?LinkId=169433
  -->
<configuration>
  <system.web>
    <compilation debug="true" targetFramework="4.5">
    </compilation>
    <httpRuntime targetFramework="4.5" />

    <pages>
        <controls>
           <add tagPrefix="ajaxToolkit" assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" /></controls>
    </pages>
  </system.web>  

  <appSettings>
    <add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />
  </appSettings>
  <connectionStrings>
    <add name="connectionString" connectionString="DELETED" />
  </connectionStrings>

</configuration>

根据我的说法,您的应用程序池中应该有问题。.只需更改并选择适当的version 4.5池即可解决您的服务器问题。.如果仍然无法解决您的问题,请告知。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 HTTP错误500.19 - ReportViewerWebControlHandler上的内部服务器错误 - HTTP Error 500.19 - Internal Server Error on ReportViewerWebControlHandler HTTP错误500.19内部服务器错误 - HTTP Error 500.19 Internal Server Error HTTP错误500.19-BlogEngine.NET中的内部服务器错误 - HTTP Error 500.19 - Internal Server Error in BlogEngine.NET HTTP错误500.19-升级到.net 4.5框架时出现内部服务器错误 - HTTP Error 500.19 - Internal Server Error on upgrading to .net 4.5 framework HTTP 错误 500.19 - 访问网站时出现内部服务器错误 - HTTP Error 500.19 - Internal Server Error when accessing website 获取内部服务器错误500.19 - Getting internal server error 500.19 HTTP错误500.19-内部服务器错误,错误代码0x800700b7 - HTTP Error 500.19 - Internal Server Error,Error Code 0x800700b7 IIS web.config 错误 - HTTP 错误 500.19 - 内部服务器错误 - IIS web.config Error - HTTP Error 500.19 - Internal Server Error 在 .NET Framework 4 中运行基于 .NET Framework 3.5 的应用程序时出现 HTTP 错误 500.19 - 内部服务器错误 - running a .NET Framework 3.5-based application in .NET Framework 4 getting HTTP Error 500.19 - Internal Server Error 当在 IIS 中发布 .net 核心 web 应用程序的示例项目时,出现 Z293C9EA246FF99875DC6F62A5601 内部服务器错误。 - When Publish sample project of .net core web app in IIS getting HTTP Error 500.19 Internal Server Error
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM