Log4Net can't locate logfile anywhere
问题 I have followed many different guides on how to configure the log4net, it is up and running but i can't find a log file anywhere ... This is how my configuration look like: Web.Config <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" /> <log4net debug="true"> <appender name="RollingLogFileAppender" type="log4net.Appender.RollingFileAppender"> <file value="C:\\temp\\Log.txt" /> <appendToFile value="true" /> <rollingStyle value="Size" />