I have a Custom RoleProvider created some time ago, and you want to change the library to use the .NET Framework 4. After the change, I lose the reference to the RoleProvider class. Has something changed from 3.5 for RoleProvider ? He seems to have disappeared.
Does anyone know a new way to create them in C # 4.0, or do I need to go 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, although I use a different db than SQL?
Mark
source share