I am working on application using Identity 2.0 and .NET Framework 4.5.1. It is giving me error Invalid object name [dbo.aspnet_SchemaVersions].
Why is it even looking for membership tables?
I searched the net and most says that I should use \v4.0.30319\aspnet_regsql.exe to Configure SQL server application services and when I do that it creates all new stored procedures and tables being used for simple membership.
I strictly want to use Identity 2.0 and do not want to use membership. I have AspNetUsers , AspNetRoles tables in my database but it is expecting other tables like 'dbo.aspnet_SchemaVersions'.