Encrypting the connection string in web.config file in C#
- by Brigadier Jigar
I have written the name of my database, username and password in my web.config file as connection string.
I want to encrypt this data. How can I do it?
Please help me out...
Regards,
Jigar <3