I'm writing a Windows service using .NET 2.0 In my app.config, I have a <log4net> section that sets all log4net settings.
My app launches, and starts to run perfectly. All logging works perfectly and is properly configured. Then when my code hits: FtpWebRequest.Create(uri) I get an exception with this messager: "Unrecognized configuration section log4net" Obviously, log4net, isn't part of the official app.config schema. How is this resolved?
