In our asp.net application we are base64encoding all ado.net connection strings so that database usernames and passwords are not available anywhere as clear text.  Since we also rely on the ADONetAppender for logging I need a way to set this connection string at runtime instead of relying on  <param name="ConnectionType" value="..."> in web.config.  Any thoughts?

Reply via email to