the original app in vista partition was using the connectionstring like
Data Source=.\SQLEXPRESS;
AttachDbFilename=c:\MDF\StringTmp.mdf;Integrated Security=True;
Connect Timeout=30;User Instance=True
I have migrated the app's project to visual studio 2012 pro still targeting .net 3.5
But I got the failed to login with "myw8pcName\username"
I also tried using add connection wizard in visual studio with windows auth. that failed.
I also tried a sql server application ID and password used in vista for the mdf file in the add connection wizard for "Use sql server Authentication" that also failed
when can I do?