I am developing a web application using vs2008 and used two accounts on Vista 64 bit - the original first admin account after the Vista install and now a power user account.
I forgot what I did, but when I run SectionInformation.ProtectSection (System.Configuration) under the original account, the encryption of the config section works and reading from it does too.
When I run it under the power user account, it gives me an error - Object already exists and I can't read from it - I get: The RSA key container could not be opened.
How do I give the power user permission run ProtectSection? Using RSAProtectedConfigurationProvider.