Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
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