Tagged Questions
The rsaprotectedconfiguration tag has no wiki summary.
0
votes
1answer
463 views
Encrypting connection strings in app.config for WinForms app
I'm using common database code between a web and WinForms app. I've researched and worked out how to encrypt the connection strings section of a web.config and app.config file. That part is ok. I have ...
0
votes
1answer
255 views
Encrypt / Decrypt in asp.net using RsaProtectedConfigurationProvider
The encryption worked properly. But now i am getting an error that says "RsaProtectedConfigurationProvider Bad Data" When checked, i came to know that we need to run the command:
aspnet_regiis -pa ...
0
votes
1answer
531 views
ASP.NET - encrypting confing sections - ProtectSection - RSAProtectedConfigurationProvider
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, ...