I'm really frustrated with this now. I had no issues in 2010, v4. Looks like this is has changed in 2012.
Plz help.
I have a database with asp.net membership tables (created using aspnet_regsql). I want to connect directly to database as below:
<add name="DefaultConnection" providerName="System.Data.SqlClient" connectionString="Data Source=(Servername)\SQLEXPRESS;Initial Catalog=XXXXX;Integrated Security=True;" /> This dosn't work any more......
Here the frustration is the .mdf file as below:
<add name="DefaultConnection" providerName="System.Data.SqlClient" connectionString="Data Source=(LocalDb)\v11.0;Initial Catalog=aspnet-xxxxx-20140624170939;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\aspnet-xxxxx-20140624170939.mdf" />
I dont want to use or create mdf file for my database ? any ideas...... examples to create asp.net membership in visual studio ...
Go to the complete details ...