How to handle encryption decription of connection string ?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi Friends, I have created two functions that encrypt and decrypt the connection string in web.config. But whenever I want to use connection string. I have to always decrypt web.config and then again encrypt it back. Does there any other way which i can use. I'm using section.SectionInformation.ProtectSection(" ") and section.SectionInformation.UnprotectSection()
-
Hi Friends, I have created two functions that encrypt and decrypt the connection string in web.config. But whenever I want to use connection string. I have to always decrypt web.config and then again encrypt it back. Does there any other way which i can use. I'm using section.SectionInformation.ProtectSection(" ") and section.SectionInformation.UnprotectSection()