|
How to setup database for member authentication in asp .net mvc
asp .net mvc authentication aspnetdb.mdf script
asp .net mvc script for asp aspnetdb.mdf
asp.net mvc membership database script
All U Need to do to crate SP & Tables for Membership or Authentication or User Management is to run
aspnet_regsql.exe
In My Computer It was present in C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regsql.exe
Follow the Wizard. Select The Sever Name, Then the Database Click Finish.
Open the Database and u can see that around 11 new tables and several Stored Procedures are added.
Change the Connection String in the web.config
|