membership provider doesn't appear in Website Administration Tool

D

Dabbler

I've configured a membership provider in web.config but when I run the WAT
the provider doesn't appear in the list. So I have no way to add users and
roles.
web.config
<membership defaultProvider="myMembershipProvider">
<providers>
<add name="myMembershipProvider"
type="System.Web.Security.SqlMembershipProvider"
connectionString="mySqlConnectionString"
applicationName="/"
enablePasswordRetrieval="false"
enablePasswordReset="true"
requiresQuestionAndAnswer="true"
requiresUniqueEmail="true"
passwordFromat="Hashed"
minRequiredPasswordLength="6"
maxInvalidPasswordAttempts="15" />

I have run the aspnet_regsql.exe and see schemas (but no tables) for the
different security components (membership, roles etc) in my database.

Any hsuggestions would be appreciated.

Clueless in Cleveland ;)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,049
Latest member
Allen00Reed

Latest Threads

Top