Initially created Empty MVC Project. Now i want to create Identity tables + Defauly Controller . I have installed Microsoft.aspnet.identity.framework. No AccountController or Identity tables created.
I have installed Microsoft.aspnet.identity.framework. No AccountController or Identity tables created.
You need to manually create the AccountController and use EF Code-First migration commands to install the Identity Tables manually.
Best Regards,
Jean
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Member
211 Points
904 Posts
Microsoft.aspnet.identity.framework
Mar 30, 2017 05:28 AM|JagjitSingh|LINK
Hi
Initially created Empty MVC Project. Now i want to create Identity tables + Defauly Controller . I have installed Microsoft.aspnet.identity.framework. No AccountController or Identity tables created.
Installed below but no tables created
Thanks
Contributor
6420 Points
2527 Posts
Re: Microsoft.aspnet.identity.framework
Mar 31, 2017 05:43 AM|Jean Sun|LINK
Hi JagjitSingh,
You need to manually create the AccountController and use EF Code-First migration commands to install the Identity Tables manually.
Best Regards,
Jean
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.