Chapter 14 - registry access security
Hi - logging in from Login.aspx fails in WDABase when performing objReg = Registry.LocalMachine.OpenSubKey with a System.Security.SecurityException: "Requested registry access is not allowed"
Where do I set the security policy to allow this? Presumably this needs to be specific to this application, as don't want to allow registry access to everyone...!
Thanks, Geoff
|