I'm trying to create a custom role provider in a class library, and for some reason I can't reference System.Web.Security.RoleProvider
.
I have added a reference to System.Web
in the project, yet still no luck. Is there a reason why I can't do this?