Archive for December, 2010
-
Dec 12, 2010
32 CommentsASP.NET MVC 2 Custom Membership Provider Tutorial – Part 3
Continued from: ASP.NET MVC 2 Custom Membership Provider Tutorial – Part 2 In the previous part of the tutorial we implemented CreateUser method which successfully creates new user in the database. First thing we want to do now is to generate password salt. Open UserRepository.cs, and add a reference to System.Security.Cryptography: using System.Security.Cryptography; and function...
