How to fix permissions error on Windows event logs?
When installing the legacy Web Application, some implementers have reported having the following issue on Step 3 of Edit permissions to Windows event logs:
Whenever I try to give permissions to IIS_IUSRS for the EventLog->State node, I get a permissions error. For all the other steps, assigning the permission worked. I tried as Administrator, and even after booting in Safe Mode. Any ideas?
Instructions
Step-by-step guide:
In the Registry Editor, select
HKEY_LOCAL_MACHINE
→System
→CurrentControlSet
→Services
→Eventlog
Right-click on the
EventLog
→State
node, selectPermission
Click
Advanced
buttonOn the
Owner
line, clickChange
linkMake sure the location is the computer and not the network. If it is not the case, press
Locations
button and select the computer from the list (usually first item in list).Click
Advanced
button.Press
Find Now
button.Select
Administrators
group from the search results list and pressOK
to validate.Press
OK
again to validate the selection.Press
OK
to close theAdvanced
window.Give full permissions to
IIS_IUSRS
, as described in the Assign permission to source folders section. If the IIS_IUSRS user is not present in the list, then clickAdd
 button to add it manually.ÂRepeat the same steps for every
Eventlog
node, as it can be required depending on the server’s environment.
Related articles
Â
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. https://creativecommons.org/licenses/by-sa/4.0/