Hello, I am trying to integrate the forum with an existing website which already uses ASP.NET membership/roles/profiles.
Problem is that the SQL server tables for that webiste are already created, and have names like Aspnet_Membership.
When I create the forum, the created tables get names like yav_prov_Membership. So the two are not integrated.
Is there anyway to make the forum application use the existing table names?
Edited by user
14 years ago
|
Reason: Not specified