Membership & Roles using WCF
WCF and WF
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I was wondering if anyone has a complete example for adding Users and Roles, and adding Users to Roles (and of course maintaining them, and deleting them) using WCF services. I also do not want to use WAP tool in VS since that would be unavailable to end users. I have found a few samples that do this as far as adding Users, but am having trouble enabling the Role Provider- even though they are included in the example I'm using thus far. My project compiles fine, but hangs on this Role Provider enabling (even the web.config settings 'seem' to be correct). Thanks all.