ASP.Net Identity application is looking for membership tables -


I am working on the application using the Identity 2.0 and .NET Framework 4.5.1. This is giving me the error Invalid object name [dbo.aspnet_SchemaVersions]

Why is it looking for subscription tables?

I have searched the net and most say that I should use \ v4.0.30319 \ aspnet_regsql.exe to configure SQL Server application services and when I do this, then all this New stored procedures and simple membership

I want to use strictly identified 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'

I am compressing the code that searches for the "aspnet_SchemaVersions" table. In the _layout.cshtml page, I am trying to show the UserAdmin page if the user is an administrator. This was causing the project to see membership tables, I have commented on this and have left the related related tables and it is working fine. The only issue is that the admin can not yet see the UserAdmin page. This is that I have commented as _layout.cshtml

@ @if (request). Asset Actified & amp; User.IsInRole ("Admin")) {

  • @ Html.ActionLink ("RolesAdmin
  • @ Html.ActionLink (" UsersAdmin "," Index "," UsersAdmin ") } < / Em> @

  • Comments

    Popular posts from this blog

    java - ImportError: No module named py4j.java_gateway -

    python - Receiving "KeyError" after decoding json result from url -

    .net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -