Hi All,
I am experiencing a problem with the below code:
I am trying to Add user and role (admin) to my application and with the default template that comes with Visual Studio, this works great as in post http://forums.asp.net/t/2014305.aspx?Create+Admin+and+Can+Edit+Roles+in+asp+net+identity+WebForms
However, since I changed my code in order to change the type of the key from a string to an integer as in http://www.asp.net/identity/overview/extensibility/change-primary-key-for-users-in-aspnet-identity#webformsupdate3 the below code needs to adpat to the new structures and I tried several changes which were not s ...

Go to the complete details ...