In a program I found the following connection string and can't figure out where will the database? What kind of server will be used? What will be it's Name/Server/Network Address?
My first thought was "will it work?" but it does as the application is running and has data.
<connectionStrings>
<add
name="FooBarDB_ConnectionString"
connectionString="Data Source=.;Initial Catalog=FOOBAR_TEST;Integrated Security=True;MultipleActiveResultSets=True"
providerName="System.Data.SqlClient" />
</connectionStrings>