Hi
I have a local database with SQL installed locally.
The code in Web.config is:
<add
name="ConnectionStringSQL"
connectionString="Server=.\MSSQLSERVER; AttachDbFileName=C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\DATA\db.mdf; Integrated Security=True;"
providerName="System.Data.SqlClient"
/>
I need to move the database to a server named Baby and the database to
\\Baby\Intranet1\APP_DATA\db.mdf
Since everything worked OK before, I assumed that I need to change the line in web.config only but cannot find the right code.
Please help.
Thank you in advance
(I use VS2012, win7 and SQL SERVER 2014)
Go to the complete details ...