Re: RollingFileAppender does not log to the file

2004-12-03 Thread Marco Herrn
Hi Nicko, There are several different ways of impersonating which have different effects: Are you impersonating the calling web user? i.e. Impersonating a specific user? i.e. Are you running the aspnet_wp.exe as another user? i.e. I am currently using the first method, but will need to change th

RE: RollingFileAppender does not log to the file

2004-12-02 Thread Nicko Cadell
> -Original Message- > From: Marco Herrn [mailto:[EMAIL PROTECTED] > Sent: 02 December 2004 08:17 > To: Log4NET User > Subject: Re: RollingFileAppender does not log to the file > > > This is usually a permission related issue. The ASP.NET > worker process &

Re: RollingFileAppender does not log to the file

2004-12-02 Thread Marco Herrn
This is usually a permission related issue. The ASP.NET worker process is running as the ASPNET use (by default) this account needs permission to create, modify, delete and list files in the directory. I will try to investigate this further, but it seems to me that this should not be the case, sin

RE: RollingFileAppender does not log to the file

2004-12-01 Thread Nicko Cadell
Marco Herrn [mailto:[EMAIL PROTECTED] > Sent: 30 November 2004 11:03 > To: Log4NET User > Subject: Re: RollingFileAppender does not log to the file > > Hi Nicko, > > > > The debug output looks like everything is working as it should. > > Can you confirm that the

Re: RollingFileAppender does not log to the file

2004-11-30 Thread Marco Herrn
Hi Nicko, The debug output looks like everything is working as it should. Can you confirm that the output file "C:\Inetpub\wwwroot\amt\log\AMTLogger.log" is being created, and is empty. I was quite sure about this, but after trying it again, I can say, that the file isn't even created. Also I wa

RE: RollingFileAppender does not log to the file

2004-11-29 Thread Nicko Cadell
s, Nicko > -Original Message- > From: Marco Herrn [mailto:[EMAIL PROTECTED] > Sent: 26 November 2004 15:40 > To: log4net-user@logging.apache.org > Subject: RollingFileAppender does not log to the file > > Hi, > > I have a problem with using log4net in an ASP.NET

RollingFileAppender does not log to the file

2004-11-26 Thread Marco Herrn
Hi, I have a problem with using log4net in an ASP.NET application. The debug output of log4net says that it loads the log4net config file correctly and also opens the log file for reading. But nothing is written to the file. The debug output is appended to this mail. Any ideas what can be the pr