G
Guest
I am trying to define permission attributes for several keys in the Registry
at the assembly level. The documentation for the Read, Write, and Create
properties states that these property values are "A list of Keys and Values
with paths for [read | write | create] access". The only syntax that builds
is
[assembly:RegistryPermissionAttribute(SecurityAction.RequestMinimum,
Read="HKEY_LOCAL_MACHINE\\System\\CurrentControllerSet\\Services\\EventLog,
HKEY_LOCAL_MACHINE\\System\\CurrentControllerSet\\Services\\EventLog\\MyLog")]
Is this the correct method for lists of paths? The web service is
terminating with "Server was unable to process request. --> Request failed."
Now I believe the Windows Server 2003 registry setting are such that I don't
have permissions for reading these keys, so is the Attribute correctly
working or is the list bad.
at the assembly level. The documentation for the Read, Write, and Create
properties states that these property values are "A list of Keys and Values
with paths for [read | write | create] access". The only syntax that builds
is
[assembly:RegistryPermissionAttribute(SecurityAction.RequestMinimum,
Read="HKEY_LOCAL_MACHINE\\System\\CurrentControllerSet\\Services\\EventLog,
HKEY_LOCAL_MACHINE\\System\\CurrentControllerSet\\Services\\EventLog\\MyLog")]
Is this the correct method for lists of paths? The web service is
terminating with "Server was unable to process request. --> Request failed."
Now I believe the Windows Server 2003 registry setting are such that I don't
have permissions for reading these keys, so is the Attribute correctly
working or is the list bad.