Hey I have this configuration in my web.config
One gotcha for this type of thing is to make sure to add the XmlConfigurator attribute to the assembly by placing the following line in your AssemblyInfo.cs:
XmlConfigurator
AssemblyInfo.cs
[assembly: log4net.Config.XmlConfigurator]
Otherwise log4net never activates.