Click here to Skip to main content
15,889,034 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
when i create a project with individual authentication in visual studio,i was expecting it to create a database and the tables for me.the database is stored in localdb and i don't know how to access the localdb database in my sql server management studio.i want to register a user and add other things.can someone show me a process on how to go around the whole database and the tables.what can i do with the connection string and general tables for the project because i don't know the table requirements for the to create

What I have tried:

<connectionStrings>
    <add name="DefaultConnection" connectionString="Data Source=(LocalDb)\v11.0;AttachDbFilename=|DataDirectory|\aspnet-SmsProject-20170602120618.mdf;Initial Catalog=aspnet-SmsProject-20170602120618;Integrated Security=True"
      providerName="System.Data.SqlClient" />
  </connectionStrings>
Posted
Comments
j snooze 2-Jun-17 17:10pm    
Try this link to see if its in the right direction for what you are looking for.
https://www.codeproject.com/Articles/796940/Understanding-Using-and-Customizing-ASP-NET-Identi

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900