web.config encryoption
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
iam using encryption methods then web.config file connection strings and appsettings are nicely encryptining .but when iam taking the application in the another system and running its is getting problem.how this could be solved.
It cannot. If it could it wouldn't be encryption but mere scrambling. The key needed to decrypt the file is stored in a key container and is not copied along with the encrypted data.