Click here to Skip to main content
15,891,856 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Everybody,

I have check the Encryption of COnnection String in webconfig available at Encryption of Connection Strings Inside the Web.config in ASP.NET 2.0 [^]

Now my problem is, when I check this code,it encrypts the connection string perfectly. the web config file shows cipher text which is what I was looking for.
BUT when I check the CONFIGURATION through IIS it shows the whole connection string in a readable format.

Can anyone help me in encrypting Password stored in the connection string to encrypt even if we view it through Inet Manager.

Thanks in advance

Gaurav
Posted

1 solution

Take a look at this: SectionInformation..::.ProtectSection[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900