Wonderful Brian, you are a life saver!
Now what about creating the role(s) if they dont already exist?
I tried:
If Roles.RoleExists(RoleName1) = False Then
Roles.CreateRole(RoleName1)
End If
I get the error:
A critical error has occurred.
Unable to connect to SQL Server database.
I dont beleve RoleExists is a DNN Method so how can I make this work, and how do I set the Roles.RoleInfo, Info (ServiceFee, BillingPeriod, RoleGroup, etc)