Besides what it comes with in 2.0 (the generated aspnetdb.mdf), is there a standard login authorization authentication system for asp.net Internet websites? One that can plug into a website.
Besides what it comes with in 2.0 (the generated aspnetdb.mdf), is there a standard
Share
“the generated aspnetdb.mdf” is the ASP.NET Membership model. You can use it in websites without the generated aspnetdb.mdf.
From an article in MSDN called Introduction to Membership:
See my answer and comments here, too.