G
Guest
I have read numerous messages that state (or imply) that permissions to
manipulate registry entries cannot be managed from .NET code. (I have a
requirement to check and possibly modify the SQL Server LoginMode key for my
application to work, and this key's permission is only granted to
Administrators.)
However, there is a help topic in .NET that states that it is possible to
grant permission. The class is RegistryPermission. I have tried but failed to
get this class to work. Can anyone out there help me?
Thanks!
manipulate registry entries cannot be managed from .NET code. (I have a
requirement to check and possibly modify the SQL Server LoginMode key for my
application to work, and this key's permission is only granted to
Administrators.)
However, there is a help topic in .NET that states that it is possible to
grant permission. The class is RegistryPermission. I have tried but failed to
get this class to work. Can anyone out there help me?
Thanks!