Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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