Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: aspnet right and event logs


Message #1 by "greg robinson" <gregarobinson@h...> on Tue, 25 Jun 2002 13:02:17
How do I give the aspnet user rights to create a new event log?  I do not 
want to grant admin rights to this user for the obvious security reasons.  
aspnet user cannot create a new log.

Thanks
Message #2 by "Dave Rezoski" <daverezoski@h...> on Tue, 25 Jun 2002 15:02:17 +0000
unless you want to give the aspnet user admin rights, your best bet is to 
create the log in advance and have your code write to the log (aspnet user 
has write, but not create, privelages).


----Original Message Follows----
From: "greg robinson" <gregarobinson@h...>
Reply-To: "ASP+" <aspx@p...>
To: "ASP+" <aspx@p...>
Subject: [aspx] aspnet right and event logs
Date: Tue, 25 Jun 2002 13:02:17

How do I give the aspnet user rights to create a new event log?  I do not
want to grant admin rights to this user for the obvious security reasons.
aspnet user cannot create a new log.

Thanks




_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx

Message #3 by "greg robinson" <gregarobinson@h...> on Tue, 25 Jun 2002 18:33:07
That is the problem we are running in to (only an admin can create the 
log). We can create it in advance, but we want to do a check before we 
write to it, in the event someone carelessly deleted the log.  The ASPNET 
user cannot create one if it does get deleted and I am not a fan of making 
ASPNET and admin of the box.  

> unless you want to give the aspnet user admin rights, your best bet is 
to 
create the log in advance and have your code write to the log (aspnet user 
has write, but not create, privelages).


----Original Message Follows----
From: "greg robinson" <gregarobinson@h...>
Reply-To: "ASP+" <aspx@p...>
To: "ASP+" <aspx@p...>
Subject: [aspx] aspnet right and event logs
Date: Tue, 25 Jun 2002 13:02:17

How do I give the aspnet user rights to create a new event log?  I do not
want to grant admin rights to this user for the obvious security reasons.
aspnet user cannot create a new log.

Thanks




_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


  Return to Index