Does anyone have any guidance as to how I might encrypt the Main.ConnectionString value in my app.config file and have LLBLGen read it and decrypt it properly? I'm guessing I may have to modify some of the generated code to do the decryption--perhaps the DbUtils.CreateConnection method--but obviously that is not an ideal solution.
Thanks in advance for any help.
Bret