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
Default connection string will be
So it will be created in your app data. MDF file will be created. Though you can change the connection