I have installed sql server in client pc but the app doesn't access database.
this is my connection string :
connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\myDB.mdf;Integrated Security=True;User Instance=True"
please, is there other apps must be installed in client pc (e.g., SSMS)?