MVC4 code first applicaiton
MVC4代码首先应用
I will be adding two int16 fields to the UseProfile and will be starting out with about 600 users, which could potentially grow. I know how to configure SimpleMembership to be either a separate DB or rolled into the main application DB. Code wise it is a toss up which way to go. Any opinions from experienced developers as to what would be best practice in this scenario, especially in light of the scaled down schema of SimpleMembership vs. the old Membership provider. The big downside of two databases is the cost associated with hosting.I wi