Posted on: 4/20/2015 8:42:45 AM | Views : 689

I created a new website
it is already configured to use the new Identity framework

I connected the website to a new SQL Server Database

<connectionStrings> <add name="DefaultConnection" connectionString="Data Source=(LocalDb)\v11.0;Initial Catalog=aspnet-M3ahedsOne-14360618011408;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\aspnet-M3ahedsOne-14360618011408.mdf" providerName="System.Data.SqlClient" /> <add name="DBConnectionString" connectionString="Data Source=E-INS\sqlexpress;Initial Catalog=DB;User ID=sa;Password=00225522" providerName="System.Data.SqlClient" /> </connectionStrings> I use the DBConectionString all over the website , it works find to store and retrieve data

If I create a new user, the membership is created using the DefaultConnection

I c ...

Go to the complete details ...