If one has a connectionstring in one's application, is there a way to encrypt the information it contains?
The connection string is created using the SqlConnectionStringBuilder
object.
Or is it 'acceptable' that sensitive information is sent in plaintext to the server?