I need to authenticate users.
So I created my database with all my business rules, made the connection to the ASP.NET MVC application, and started programming.
Now, when I was doing the part of user I noticed that there are two connections, one called DefaultConnection
and mine SQLServer
.
The question is: how to change ASP.NET Identity so that I can use only the connection from my local database?