Encrypting the connection string in web.config file in C#

Posted by Brigadier Jigar on Stack Overflow See other posts from Stack Overflow or by Brigadier Jigar
Published on 2010-03-17T09:09:37Z Indexed on 2010/03/17 9:11 UTC
Read the original article Hit count: 260

Filed under:

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

© Stack Overflow or respective owner

Related posts about c#