Page 1 of 1
Membership Table Name Prefixes
Posted: Wed 04 Jun 2014 14:08
by OneMHz
Is there a way to control the table names or "webpages_" prefix for the autogenerated schema for the membership/role providers? Or, alternatively, if I create my own schema, how would I point the MySqlExtended* providers at them?
Re: Membership Table Name Prefixes
Posted: Thu 05 Jun 2014 05:22
by Shalex
Please refer to
http://www.devart.com/dotconnect/mysql/ ... orial.html > the "dotConnect for MySQL ASP.NET Membership Database" section. You can set only the new names of the UserProfile table and its UserId and UserName columns if you are sure that the corresponding table and all service tables (webpages_*) are present in the target schema. The names of the webpages_* tables cannot be changed.