Is there a way I can set the .NET ApplicationServices connection string in code? Instead of plain text in my web.config? Or can I just put the encrypted value and then decrypt and pass it again?
Thank!
You can encrypt settings in your configuration file. Here is an article on MSDN on how .
// a ProtectedConfigurationProvider, .