当前位置:  开发笔记 > 编程语言 > 正文

配置ELMAH:无法识别的配置节错误

如何解决《配置ELMAH:无法识别的配置节错误》经验,为你挑选了1个好方法。

建立:

Windows XP

.NET Framework 3.5 SP1

ASP .NET MVC版本1

我一直在尝试按照http://code.google.com/p/elmah/wiki/MVC上的说明设置ELMAH,但按F5时出现以下错误:

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Unrecognized configuration section elmah/errorlog.

Source Error: 


Line 30: 
Line 31:     
Line 32:         
Line 33:     
Line 34:

而且,这是配置文件:




    
        
            

编辑

解决了

以下块后应去了和前

    
        
    

Neal.. 7

Xml区分大小写:

VS


  

将errorlog元素重命名为errorLog,它将(应该)工作.



1> Neal..:

Xml区分大小写:

VS


  

将errorlog元素重命名为errorLog,它将(应该)工作.

推荐阅读
ar_wen2402851455
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有