Hi,
I'm trying to use Dot Net Nuke to build a website that will be linked to another websites membership user base.
e.g. So I can log into the new DNN website using my old database schema / users / profiles and roles, which is somewhat quite complex, but still meets the basic membership model of having users and roles.
So far I have written my MembershipProvider, ProfileProvider and they work fine which is good.
However the RoleProvider doesn't seem to work at all, or at least from my brief look into implementing it.
The actual RoleProvider class was easy to write and plug in. as in the Interface of returning a string[] of roles/usernames etc.
If I log in as one of my users from my database, and the IsUserInRole('Administrators') function returns true from my custom RoleProvider, DNN doesn't seem to even care what my RoleProvider returns.
Is there anyone out there who has successfully implemented a custom RoleProvider for DNN??
Can one of the developers who worked on this model, provide me with any hints or tips to get this working?
Or maybe an explanation as to why the DNN RoleProvider model doesn't work?
Would really really appreciate some help..
Thanks,
Nigel