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
In your Web.config ,look for 'Connectionstring'
'Connectionstring'
The catalog attribute tells you which is your db.
catalog