SimpleMembership with custom database schema in ASP.NET MVC 4

前端 未结 7 975
闹比i
闹比i 2020-12-04 21:50

I want to enable the ASP.NET MVC 4\'s SimpleMembership API to integrate with my own database schema. I have a plain and simple table in my database called Users

7条回答
  •  时光说笑
    2020-12-04 22:41

    I asked the same question to the product team.

    The design goal of SIMPLE membership was to work out-of-the box as simple as possible.

    So really there's no customization possible as far as the tables are concerned. The recommended workaround is, to still use ASP.NET Membership (SqlMembershipProvider).

提交回复
热议问题