I try using enter data in the register page. The data is remembered and enable me to login the next time. This mean the database is recording my data right?
But i couldn't find the database mdf file in the app data folder.
connection string is unchanged as follow:
<add name="DefaultConnection" providerName="System.Data.SqlClient" connectionString="Data Source=(LocalDb)\v11.0;Initial Catalog=aspnet-LoginTest-20140507043714;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\aspnet-LoginTest-20140507043714.mdf"
/>
Thanks.
Go to the complete details ...