by Marius Gheorghe
12. February 2009 07:42
I had a “locked file” problem with the log4net (trying to read the content of the file from asp.net). This can be fixed by forcing log4net to use a minimal lock :
<lockingModel type="log4net.Appender.FileAppender+MinimalLock" />