That's because you don't use what I've posted....
In your case you add the string "connString" into your sqlConnection, while you need the value of your connString (this is the value from your config-file).
So remove the quotes !
New SqlConnection(connString)