Is there any formal documentation on the AsiMembershipProvider and AsiRoleProvider? I see some hit and miss troubleshooting in these posts but it would be nice to have some framework to start with.
Is there any formal documentation on the AsiMembershipProvider and AsiRoleProvider? I see some hit and miss troubleshooting in these posts but it would be nice to have some framework to start with.
There is not (I'll add that
There is not (I'll add that to my task list...)
In general, you can use them just as you would any standard Membership/Role provider.
The only major caveat is that when calling AsiMembershipProvider.CreateUser, you must pass the ContactKey of the contact's row in ContactMain (which must naturally already exist) as the providerkey value.