The existing web.config file for my SQL Server connection has the following ConnectionString. I think LiveSupport should be using this connection if this is where I integrated the scripts into my database, correct?
<
add key="ConnectionString" value="Data Source=SERVER\INSTANCE;Initial Catalog=DATABASENAME;Integrated Security=True"/>