Phil Haack explain in detaile here configuring log4net in asp.net 2.0. The thing is we need to tell log4net, where its configuration is kept. There are two approach, keep this info in the assemblyinfo.cs as attributes, or use XmlConfigurator.Configure() in Application_start() event. The issue is If we...