Below is a small piece of code that connects to a database, puts the data into a DataReader, loops through the DataReader, then attemps to close the connection.
I run the code, everything works.
Dim myConnectionString As String = ConfigurationSettings.AppSettings("ConnectionString_BillyBob")...