RE: Encrypt connection string in Log4Net configuration

2016-01-26 Thread UniqueDisplayName
Thank you Joe Joe-3, that worked out perfectly for me. I really appreciate the advice/help. For those who may come across this in the future, here's what my code/config looks like. *Web.config* .. *Encryption Method in Code

RE: Encrypt connection string in Log4Net configuration

2016-01-26 Thread Joe
I would do this as follows: - Use connectionStringName in the log4net ADONetAppender configuration to specify the name of a connection string in the "connectionStrings" configuration section - Encrypt the connectionStrings configuration section. I believe log4net reads its configuration as XML