I have an app that I perform periodic updates. Each time I perform an update I have to replace the default machine key in the web.config with my custom machine key. The app also has a user.config file where a connection string and other application specific information is stored. Can I put the machine key in my user.config, and if so provide an example please. Thanks!