I followed the directions in the Membership Providers document provided by Sitecore, but I was unable to get my membership provider to work correctly.

Specifically, in the web.config, I changed the "realProviderName" attribute on the sitecore provider to point to my provider. However, this didn't do anything.

I realized that the "defaultProvider" attribute was set to the "switcher" provider, so I changed that to point directly at my provider, and it worked, but I'm not sure if I'm causing problems elsewhere by doing this...

Has anyone done this before?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

I think what you probably want to do is set the defaultProvider="sitecore" then on the provider named "sitecore" change the realProviderName to be the name of your custom provider. The switcher is used if you want to house a certain domain (i.e. extranet) in a different membership database.

I found that the example Sitecore gives in their docs for this does indeed work;

http://sdn.sitecore.net/upload/sitecore6/sc61keywords/membership%5Fproviders%5Fa4.pdf#page=14

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.