.net - Distributing applications where the configuration settings are encrypted using Entrerprise library -


I have an idea about this but can not come up with a good solution.

I have a Windows application, I use the Enterprise Library (3.1) Data Access Application Block. Now I use the DataProtectionConfigurationProvider to encrypt the connection string. This app has to be deployed on many machines. I do not want end users to open EntLibConfig.exe and configure the connection string. How do I know about it?

Thanks, Ramzi

Rs protected configuration provider you should use it, because This allows your key container to be exported for installation on another machine. It is not supported in DataProtectionConfigurationProvider.

For more information, refer to this link:


Comments