简体   繁体   English

获取内部服务器错误500.19

[英]Getting internal server error 500.19

Hi i try to run my aspx through iis 7.5 but i am gettimg this error 嗨,我尝试通过IIS 7.5运行我的aspx,但是我正在gettimg这个错误

HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
Detailed Error Information 
Module
IIS Web Core 
Notification
BeginRequest 
Handler
Not yet determined 
Error Code
0x80070032 
Config Error
The configuration section 'log4net' cannot be read because it is missing a section declaration  
Config File
\\?\C:\Synxis\trunk\ProjectX\Synxis\Application\Interfaces\Interface\web.config 
Requested URL
http://localhost:80/Interface/Oxi.aspx 
Physical Path
C:\Synxis\trunk\ProjectX\Synxis\Application\Interfaces\Interface\Oxi.aspx 
Logon Method
Not yet determined 
Logon User
Not yet determined 
Config Source   420: 
  421:   <log4net>
  422: 

can someone please sort me out of this? 有人可以帮我解决这个问题吗? web.config` web.config`

Without code this is a shot in the dark, but did you put an entry in the part of your config file? 没有代码,这是一个黑暗的镜头,但是您是否在配置文件的一部分中输入了一项? Similar to the following... 与以下类似...

<configSections>
      <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" />
</configSections>

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

相关问题 HTTP错误500.19 - ReportViewerWebControlHandler上的内部服务器错误 - HTTP Error 500.19 - Internal Server Error on ReportViewerWebControlHandler HTTP错误500.19-内部服务器错误localhost - HTTP Error 500.19 - Internal Server Error localhost HTTP错误500.19内部服务器错误 - 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 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 在IIS 7上发布Web服务给出500.19-内部服务器错误 - Publishing web service on IIS 7 gives 500.19 - Internal Server Error HTTP错误500.19-内部服务器错误,错误代码0x800700b7 - HTTP Error 500.19 - Internal Server Error,Error Code 0x800700b7
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM