Would it be possible to add some retry mechanism to the appender? If the appender fails to open the file it may try again after x seconds. Some log data may be lost but for me this is ok as long as it works most of the time.
Fra: Ron Grabowski [mailto:[EMAIL PROTECTED] Sendt: 28. februar 2008 00:39 Til: Log4NET User Emne: Re: log4net and IIS problems Didn't quite finish my thought...I meant to say that we could add an EventLogErrorHandler to catch edge cases like this. To address the underlying problem, someone posted some code to the control inter-process/AppDomain locking using a Mutext. My concern is what happens if the terminal AppDomain requests the Mutex then is forceably killed? According the Mutex docs on MSDN an Exception will be thrown when the new AppDomains attempts to open that Mutext.
