Hi
I'm working on a project where we use LLBLGen Pro 2.5.
We have now received a requirement from our customer that states that the connectionstring should be encrypted.
As far as I can see I have no way of controlling that when using LLBLGen?
The question is if LLBLGen allready supports it? How does the ORMSupportClasses get the connectionstring when the LLBL project calls:
ConfigFileHelper.ReadConnectionStringFromConfig( DataAccessAdapter.ConnectionStringKeyName)
?
Does it use:
ConfigurationManager.ConnectionStrings[connStringName].ConnectionString
?
If it uses that then all is good, because .NET decrypts the information automatically then