Config Transformation on NLog does not work

前端 未结 10 1727
悲&欢浪女
悲&欢浪女 2021-02-05 09:15

I have a web project (ASP.NET MVC 4 project) that has a number of configurations stored in Web.Config and in NLog.config files.

I have

10条回答
  •  广开言路
    2021-02-05 10:15

    I got this working by, in transformation config, include the xmlns:xsi namespace definied in web.config for the nlog section.

    
        
    
    

提交回复
热议问题