Using the RSA Provider to Encrypt a Connection String in Web.config in a Web Farm

Post date: Mar 18, 2011 11:25:45 AM

To do this, you must create a custom RSA encryption key container and deploy the same key container on all servers in your Web farm. This won't work by default because the default RSA encryption key, "NetFrameworkConfigurationKey", is different for each computer.

To use RSA encryption in a Web farm

Additional Resources