I have a WCF Service that is not able to write to the Event Log because it does not have permission to create the event source. I have followed the instructions on the MSDN site found here, however they are relatively non-descript.
What is the proper process for adding a WCF Service Reference to the Registry Editor under [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\MySourcesName]
Do I need any Name
, Type
, Data
values other than (Default)
, REG_SZ
, (value not set)