To pull the SQL Connection String from the Web.Config use
In the web.config
<add name="SQLConnStr" connectionString="Data Source=SQLSERVER;Initial Catalog=DATABASE;uid=USERNAME;pwd=PASSWORD"/>
In the VB.NET Code
System.Configuration.ConfigurationManager.ConnectionStrings("SQLConnStr").ConnectionString