Michael Penland
April 27th, 2002, 02:15 PM
I have a few questions about the registry and permissions.
I realize how to set the registry up from the Application Key Input in the
installer.
(I am logged in as the administrator).
I want to get and set particular registry keys during program execution.
I don't want to set the IIS ASP Application privileges to Administrator or
Grant any other administrator privileges to the IIS App.
I don't want the users to log in either.
IIS defaults the web directory anonymous access to IUSR_AMACHINENAME.
From here what would be best?????
I just want to Get and Set Registry values.
I don't know what the best registry approach is;
I have Items for HKEY_LOCAL_MACHINE, HKEY_CURRENT_USER, and The Event log
setup.
Everything works great if IIS has administrator access.
I need to find a better way to set it up.
I could setup a user account in the administrators group.
This still kills the security model.
MPENLAND
I realize how to set the registry up from the Application Key Input in the
installer.
(I am logged in as the administrator).
I want to get and set particular registry keys during program execution.
I don't want to set the IIS ASP Application privileges to Administrator or
Grant any other administrator privileges to the IIS App.
I don't want the users to log in either.
IIS defaults the web directory anonymous access to IUSR_AMACHINENAME.
From here what would be best?????
I just want to Get and Set Registry values.
I don't know what the best registry approach is;
I have Items for HKEY_LOCAL_MACHINE, HKEY_CURRENT_USER, and The Event log
setup.
Everything works great if IIS has administrator access.
I need to find a better way to set it up.
I could setup a user account in the administrators group.
This still kills the security model.
MPENLAND