IF I write code below in my program
Dim conn As New SqlConnection With {.ConnectionString = "Server= serverIP ; Database=datafile ;User= username ;Pwd= password ;"}
If I use debug or other file viewer, is not easy to find security data like password ?
How to avoid security data lose?