Posted on: 7/23/2015 2:31:44 PM | Views : 815

Hi folks.
I'm not a developer by trade.  It's something I do in my spare time.  I'm starting a new project and have opted for C# WebForms over MVC (I just don't have the time or energy to learn MVC right now).  I understand the concepts of classes etc, but I wouldn't class me as a coding purist by any means.
Anyway, the first part in my project is to create some kind of authentication/authorisation system.  In the past I've created my own (using sessions, encrypted passwords and a 'user'/''userRoles' database table) but I guess I should start looking at using Identity now instead. So I've created a new Project in VWD 2013, and a lot of it is done out of the box.
I can grasp (just...) how users are registered and added to the database.  I've enabled migrations from the Package Manager console, added new attributes to ApplicationUser and updated the database ok etc.  But I'm starting to think of things like:
- Sh ...

Go to the complete details ...