Integrating custom database to an ASP.NET MVC4

36 Views Asked by At

I have an existing database in SQL Server Express, and I'm developing an ASP.NET MVC4 application, which needs to connect to this database.

When I've created my project, I have selected "Individual user account" for the authentication.

My question is, can I connect to my database with Identity and how ? Is there another way to simply connect to my database ?

0

There are 0 best solutions below