I\'m trying to use a custom role provider in an MVC3 app. I\'ve already got the membership provider working ok using Ninject but can\'t seem to get the role provider working.
Alternatively, if you're using the Ninject.Web.Mvc nuget package you can always use property injection on your role provider as illustrated here:
ASP.NET MVC 3 Ninject Custom Membership and Role Provider