Re: Cannot write to event log when web application uses forms authentication
- From: "ndrw_cheung@xxxxxxxx" <ndrw_cheung@xxxxxxxx>
- Date: Mon, 3 Dec 2007 12:00:10 -0800 (PST)
Thanks for the tip. On further investigation, I found that it's a
problem with using impersonation. I use Regmon to get the trace
between impersonation and non, and both traces are the same. I then
use Filemon to get the trace between the two, and I found that for the
non-impersonation, there are requests for WRITE access to the log file
(in my case it is MyApp.evt) by services.exe:1176 and the result is
success. However, in the case for impersonation, these entries are
absent (i.e. there is no WRITE request at all).
Any ideas why?
-Andrew
On Dec 3, 12:35 pm, "Henning Krause [MVP - Exchange]"
<newsgroups_rem...@xxxxxxxxxxxxxxxxx> wrote:
Hello,.
to troubleshoot this kind of problems I suggest you start regmon or
processmonitor from microsoft (formerly sysinternals). This gives you the
ability to track down permission issues.
Kind regards,
Henning Krause
<ndrw_che...@xxxxxxxx> wrote in message
news:e648bb08-b081-48a2-92be-92e1f87c9576@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
- References:
- Cannot write to event log when web application uses forms authentication
- From: ndrw_cheung@xxxxxxxx
- Re: Cannot write to event log when web application uses forms authentication
- From: Henning Krause [MVP - Exchange]
- Cannot write to event log when web application uses forms authentication
- Prev by Date: Re: Cannot write to event log when web application uses forms authentication
- Next by Date: Re: Setting directory permissions (.NET)
- Previous by thread: Re: Cannot write to event log when web application uses forms authentication
- Next by thread: Re: How to validate calling assembly?
- Index(es):
Relevant Pages
|