How can i configure Log4net to work in a Dotnetnuke solution?
I am using DNN 5.2
the Global.asax does not have a code behind file to put code to initialize the Log4net.
How can i configure Log4net to work in a Dotnetnuke solution? I am using
Share
I found the Global.asax.vb (code behind for the global.asax) under App_Code.
For some reason in dotnetnuke the code written inside in the asax is not called.