C# is there a simple to know if my connection string is encrypt or not?

Posted by 5YrsLaterDBA on Stack Overflow See other posts from Stack Overflow or by 5YrsLaterDBA
Published on 2010-05-24T16:06:28Z Indexed on 2010/05/24 16:11 UTC
Read the original article Hit count: 198

I want to know if my connection string is encrypted or not. I don't want to encrypt it again and again. This is only an issue in development stage. Any way to check the status of the connection string in App.config?

© Stack Overflow or respective owner

Related posts about c#

Related posts about configuration