Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the default database created for C# MVC ASP.NET application?

I've got new MVC ASP.NET app on bootstrap with login/register script and it works ok, but I don't know where is default database for this app. My App_Data folder is empty. Can somebody tell me where the data from form registration are saved.

like image 254
Adrian Avatar asked May 29 '15 11:05

Adrian


1 Answers

enter image description here

This will stored under Sql express that came along with visual studio 12,13 &15.

You can connect it using server explore under View - > server Explorer

like image 99
Kaushik Thanki Avatar answered Sep 21 '22 15:09

Kaushik Thanki