C
C#7mo ago
DoctorShammy

Database Identity MVC

Hey guys, thought I'd throw out a question. When you make an mvc application with Induvidual Accounts preselected and thus get completed Identity with a database. In my application, the user should be able to log in and only then be able to access the various pages of the application, these pages are personal and the information that the user enters there is supposed to be saved into a databse. The question then is, should I make new tables in Identity db or should I make a completely new database?
1 Reply
Angius
Angius7mo ago
No need to make a separate database How would you create a relationship between a user and a blogpost they wrote or something, if both were in separate databases?