Encrypting app.config

drm

New member
Joined
Aug 25, 2006
Messages
1
Programming Experience
10+
I have a console app that extracts data from an Oracle database. The application is built with Visual Studio 2005. I am using the Enterprise Library Data Access application block which uses the app.config file to store the connection string. I would like to encrypt either the connection string or the entire file when I build the application. What is the best way of doing this?
 
Back
Top