SqlMembershipProvider - problem Options
toddintexas
Posted: Tuesday, August 26, 2008 12:29:34 AM
Rank: Newbie

Joined: 8/26/2008
Posts: 1
Location: Houston
i cannot get Umbraco to use the SqlMembershipProvider for it's membership management, it keeps using the default - here is portion of my 'web.config' file:

<membership defaultProvider="UmbracoMembershipProvider" userIsOnlineTimeWindow="15">
<providers>
<clear/>
<add name="UmbracoMembershipProvider" type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" connectionStringName="ConnectionString" enablePasswordRetrieval="true" enablePasswordReset="true" requiresQuestionAndAnswer="false" applicationName="/" requiresUniqueEmail="true" passwordFormat="Clear" maxInvalidPasswordAttempts="3" minRequiredPasswordLength="5" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" passwordStrengthRegularExpression="" />
<add name="UsersMembershipProvider" type="umbraco.providers.UsersMembershipProvider" enablePasswordRetrieval="false" enablePasswordReset="false" requiresQuestionAndAnswer="false"/>
</providers>
</membership>

<roleManager enabled="true" defaultProvider="UmbracoRoleProvider">
<providers>
<clear/>
<add name="UmbracoRoleProvider" type="System.Web.Security.SqlRoleProvider" connectionStringName="ConnectionString" applicationName="/" />
</providers>
</roleManager>
psterling@homax
Posted: Tuesday, August 26, 2008 3:08:52 PM

Rank: Fanatic

Joined: 10/30/2007
Posts: 215
Location: Bellingham
Tod -

On first glance your config looks fine - make sure the 'connection string' is correct for your membership schema - so perhaps you can clarify the error or issue a bit more.

-Paul

motusconnect.com :: level-2 certified :: MVP 2008/2009
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.