Author: jkard883 | Posted on: 11/12/2010 6:25:21 PM | Views : 1060

Hi All,
I have written a couple methods that encrypt and decrypt the appSettings section of my web.config file using the WebConfigurationManager.  I just hooked up the methods to the page_load event to test that it works, which it does.
Now I need to deploy to a web farm and need advice.  What is the best way to make it so I can encrypt, but more importantly decrypt the web.config when I need to?  I thought about putting a hidden page with "encrypt" and "decrypt" buttons, but that seems risky.
What is the "accepted" method for rolling out something like this?
Thanks
Jay
...

Go to the complete details ...