Posted on: 10/22/2014 3:55:33 PM | Views : 632

Hi All,
I am experiencing problems in creating 2 simple roles ("Admin" and "CanEdit") using asp.net identity framework 4.5.1.
My objective is to create a membership system that provides an Admin Role and a CanEdit role only for the verifed users (those who have clicked the email link after registration).
I already made the verification part via email but now I am stuck on the role management and especially when it comes of assigning a CanEdit role only to a verified user.
In order to do so, I started by following the example provided at the following link: http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/membership-and-administration 
First problem that I am facing is that, according to the tutorial, I should be adding the following code in ...

Go to the complete details ...