I've a Custom RoleProvider
created sometime ago, and wanting to change the library to use the .NET Framework 4. Once changed, I am loosing the reference to RoleProvider
class. Has something changed since 3.5 for RoleProvider
? It seems to have disappeared.
Anyone know the new way to create these in C# 4.0, or do I need to revert back to C# 3.5 and rely on the v2.0 library for System.Web.Security
?
Or do I now need to use SqlRoleProvider
instead, even though I use a different db than SQL?