LLBLGen Pro 2.0
ASP.NET c#
Oracle 10g
Hi guys, this time i face this requirement that my system shall not save the password inside the web.config files, instead it needs to be encrypted.
I had now hardcoded the encrypted password into the web.config connection string,
where shall i apply my decrypt function such that LLBL generated code can read in the
correct connection string?
I know that the DBUtil.ActualConnectionString properties can be used here, but that would means i have to set it in the first page of connecting, although it can be workable, but i would prefer to make it inside the web.config (web appl) or app.config files (windows project).
Is there a way out? Thanks
regards,
Pan