World is now on Opti ID! Learn more
AI OnAI Off
World is now on Opti ID! Learn more
If you call Membership.CreateUser your configured default provider will be used. If you are using the multiplexing provider, I think (I don't know for sure) that it will use the first provider (provider1). I don't know what will happen if that provider does not have the Create capability.
If you want to use a specific membership provider, get it by the Membership.Providers[providerName] indexer. Then call the provider's CreateUser method.
Hi,
I want to programmatically create a user, my site is using the SqlServerMembershipProvider does anyone have any guidance?
Thanks a lot