Hi All,
I have changed my application in order to use Integer keys instead of Strings.
I have followed the steps provided in http://www.codeproject.com/Articles/798001/ASP-NET-Identity-Extending-Identity-Models-and-Usi
I am kind of stuck at the crucial part where the tutorial says "Anywhere we are creating a new instance of a Role, we need to make sure we are using our newApplicationRole instead of the default IdentityRole. Specifically, in the Go to the complete details ...