Info
| Version: | 0.2.0 |
| Author(s): | Adam Anderly |
| Last Update: | Saturday, February 5, 2011 |
| .NET Fiddle: | Create the first Fiddle |
| NuGet Url: | https://www.nuget.org/packages/SimpleMembership.Mvc3 |
Install
Install-Package SimpleMembership.Mvc3
dotnet add package SimpleMembership.Mvc3
paket add SimpleMembership.Mvc3
SimpleMembership.Mvc3 Download (Unzip the "nupkg" after downloading)
Dependencies
- WebActivator(1.3.2)
Tags
This allows you to use the WebSecurity helper found in the WebMatrix.WebData namespace.
After installation, simply add a call to WebSecurity.InitializeDatabaseConnection() in your Global.asax.cs Application_Start() method to initialize your database with the SimpleMembership tables.