Hi all. I'm developing a MVC 5 application and I need roles. I found this tutorial to implement this feature:
http://www.codeproject.com/Articles/682113/Extending-Identity-Accounts-and-Implementing-Rol
The problem
is that I have changed the field
Id of the user table
to make sure that it is
of type int
and nvarchar, as explained
in this web page:
Go to the complete details ...