User174724410 posted
Hello,
I have connection to Database Name.mdf
I want to have connection to SQL DAtabase which I created NameSQL.dbo
Here it is how it looks like for now:
<add name="DefaultConnection" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|Name.mdf;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient" />
How should it looke like?