Hello all,
I have a DB in my existing site, pretty straight forwad, with the following tables:
Aspnet_Membership
Aspnet_Roles
Aspnet_Users
Aspnet_UsersInRoles
Aspnet_Profile
Etc...
That DB is named MySiteDB and holds all my existing user logins.
I now installed YAF and have a DB named MySiteForum with a bunch of YAF tables.
Am I able to use my own membership roles DB along with the YAF DB?
Thanks for any help you can give!!