I am trying to use log4net with ASP.NET MVC and I cannot get anything to happen with it. I\'ve created a config that is in my web project root:
Ensure that you call
log4net.Config.XmlConfigurator.Configure();
At the startup of your application.