App.config encryption with multiple applications

DanielACN

New member
Joined
Jun 17, 2009
Messages
1
Programming Experience
3-5
Hi! I have an app.config file that is accessed by multiple applications. For one particular application, I want the app.config file to be encrypted. Does anyone know how this will affect the other applications that access this? Will those applications also have to encrypt/decrypt the app.config file?

Thanks for your help!
 
Back
Top