Search code examples
c#membership

Microsoft membership management, multiple instances in the same database


I have a database with the membership manager installed, is there a way to install another copy of the membership manager in the same database? Change the prefix to something else.


Solution

  • Use the application identifier in the .config file to differentiate between your applications. It's in the Membership Provider section. applicationName="MyApplication"