Click here to Skip to main content
15,886,664 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
when we create our first asp.net mvc 4 web app , it provide us 2 database option , register & login, how can i access the database of local db as we do in sql?
Posted
Updated 7-Oct-13 18:32pm
v2
Comments
M Rayhan 8-Oct-13 1:27am    
Did you mean the Asp.Net Membership database which is provided by default?
crood 8-Oct-13 2:42am    
yap

1 solution

You can easily find that database on you App_data folder in solution explorer. Double click on the database then it will be opened in Server explorer. You can then browse the database tables etc.

If you can not see the ASPNETDB.mdf file the click on show all files on top of solution explorer.

See here See image here[^]
 
Share this answer
 
Comments
crood 8-Oct-13 6:27am    
thnx
M Rayhan 8-Oct-13 6:48am    
Most welcome :)

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