Auto Encryption of web.config connection string
Posted
by Klaas Jan
on Stack Overflow
See other posts from Stack Overflow
or by Klaas Jan
Published on 2010-04-20T09:53:14Z
Indexed on
2010/04/20
10:03 UTC
Read the original article
Hit count: 367
I want to encrypt the connection string in web.config, the problem is each time a developer changes the connection string in web.config and publishes, it needs to be encrypted every time in the web server. Is there any way that the connection string can encrypted automatically every time someone publishes it?
Note :- All of us work on our local machines other than the server. So encryption using local machine key is not an option.
© Stack Overflow or respective owner