I have a site that needs roles, but I cant seem to get using.IsInRole("Admin") to work or
Authorize(Roles:="Admin") attributes.
I was able to write my own isInrole method and I was looking at overriding the attribute, but surly this should work without having to write my own and ideas what could be wrong.
Thanks
Go to the complete details ...