I am new in ASP.NET Membership. And I want to implement ASP.NET Membership in ASP.NET MVC project. I am not sure is it possible or not.
Whenever we going to create MVC application at that time we found option for change authentication(no authentication, identity authentication, organization etc.). I've select identity authentication and get those tables in my application. look attached.
But I don't want ASP.NET Identity table and functionality.
I want ASP.NET Membership table and functionality(user CRUD operations, assign role, change user password etc) look attached.
I have found the way for create ASP.NET Membership table in SQL Server.
- Go to directory C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319 Click
- aspnet_regsql.exe. You will see the following screen.
But do you remember whenever we create MVC application with identity then they provide registration and login functionality inbuilt(no need to write code for that) yeah same, I want in ASP.NET Membership too.
Your answer will appreciable! :)
Thanks in advance :)

