Log4Net section in Web.Config generates Error

后端 未结 2 1669
清歌不尽
清歌不尽 2020-12-19 02:25

So I am trying to set up Log4Net in my Web .NET 4.0 application. I have added the correct .dll to my project and have appended the following to my Web.Config file as starte

2条回答
  •  Happy的楠姐
    2020-12-19 03:21

    Take a look at a sample configurations at log4net documentation homepage.
    Chances are you've misplaced required tags.

提交回复
热议问题