A
Avishay Ben-Zvi
Hi,
I have an application that I am encrypting the connection strings on the
first run of the application. I am using clickonce to deploy the
application, so this was a good solution as the application is immediately
run and the config file is encrypted immediately. How ever, when the
application is deployed a second directory with "_none_" in the name is
created and the app.config is copied there too.The app.config in the _none_
folder has none encrypted connection string.
So I have 2 questions:
1. Why do I have duplicate app.config?
2. Why the connection string in the app.config that is in the _none_folder
is not encrypted?
Thanks for you time,
I have an application that I am encrypting the connection strings on the
first run of the application. I am using clickonce to deploy the
application, so this was a good solution as the application is immediately
run and the config file is encrypted immediately. How ever, when the
application is deployed a second directory with "_none_" in the name is
created and the app.config is copied there too.The app.config in the _none_
folder has none encrypted connection string.
So I have 2 questions:
1. Why do I have duplicate app.config?
2. Why the connection string in the app.config that is in the _none_folder
is not encrypted?
Thanks for you time,