Re: permissions for event log

From: Cowboy \(Gregory A. Beamer\) (N0SpamMPleezEgbworld@comcast.netN0SpamMPleezE)
Date: 12/27/02


From: "Cowboy \(Gregory A. Beamer\)" <N0SpamMPleezEgbworld@comcast.netN0SpamMPleezE>
Date: Fri, 27 Dec 2002 09:52:21 -0600


The method used by one of our developers, to add complete isolation of
registry priveledges for his ASP.NET application, was to add a registry key
for the application under
HKEY_LOCAL_MACHINE/SYSTEM/ControlSet001/Services/EventLog/Application. As
this was used for the Exception Management Application Block, the
application name also had to be placed in the <publisher> key in the
<exceptionManagement> section of the .config file.

There is also a way to give permissions through the security profiles, but I
do not have the info in front of me right now.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
Author: ADO.NET and XML: ASP.NET on the Edge
****************************************************************************
****
Think outside the box!
****************************************************************************
****
"RP" <rp@nospam.com> wrote in message news:O379tBtqCHA.392@TK2MSFTNGP12...
> Hi all, wanted to know what minimum permissions need to be given to ASPNET
> so that it can write to the event log using EventLog.WriteEntry.
>
> TIA,
> Param
>
>