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
> -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
&
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
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
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
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
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