RE: Multi-threaded ASP.NET application not working ...

2007-11-15 Thread Parrish, Ken
27;s clearly an edge case and there are very few references to this on the Internet. Thank you, Ken Parrish Gomez, Inc. From: Ron Grabowski [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 13, 2007 6:33 PM To: Log4NET User Subject: Re: Multi-threaded

Re: Multi-threaded ASP.NET application not working ...

2007-11-13 Thread Ron Grabowski
Are your appenders outputting any kind of special variables like the ThreadId? Does the freeze occur if the background thread is writing to a MemoryAppender or a NullAppender? This code logged correctly for me: public partial class Edit : Page { protected void Page_Load(object sender, Even