Ive implemented the role provider. Custom Roles show up nicely in umbraco UI, allowed the roles access through "Public Access" menu item - everything looks great, but i get the "Login Page" everytime i try to access the page. User is logged in through custom member provider. Tried debugging, and it does not look like i am hitting the role provider when im logging in nor when trying to access the restricted area.
Any one has a working example of how to implement roleprovider?
I got the ASP.net role provider working with Umbraco 4.0.2.1 a couple of weeks ago and wrote up the wiki How to integrate ASPnet Membership control with Umbraco. Check the web.config entries and that you have "applicationName" attribute set.
Role Provider Implementation
Once again Hi
Ive implemented the role provider. Custom Roles show up nicely in umbraco UI, allowed the roles access through "Public Access" menu item - everything looks great, but i get the "Login Page" everytime i try to access the page. User is logged in through custom member provider. Tried debugging, and it does not look like i am hitting the role provider when im logging in nor when trying to access the restricted area.
Any one has a working example of how to implement roleprovider?
Thanks!
Ole
I got the ASP.net role provider working with Umbraco 4.0.2.1 a couple of weeks ago and wrote up the wiki How to integrate ASPnet Membership control with Umbraco. Check the web.config entries and that you have "applicationName" attribute set.
is working on a reply...