Note that there are some explanatory texts on larger screens.

plurals
  1. POMySQLMembershipProvider and MySQLRoleProvider not showing in ASP.NET Web Site Administration Tool
    primarykey
    data
    text
    <p>I have MySQL running with the ASP Membership Schema</p> <p>I have installed the connector, and have the following in machine.config:</p> <pre><code>&lt;add name="MySQL Data Provider" invariant="MySql.Data.MySqlClient" description=".Net Framework Data Provider for MySQL" type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, Version=6.0.4.0, Culture=neutral, PublicKeyToken=****" /&gt; </code></pre> <p>and</p> <pre><code>&lt;add name="MySQLMembershipProvider" autogenerateschema="true" type="MySql.Web.Security.MySQLMembershipProvider, MySql.Web, Version=6.0.4.0, Culture=neutral, PublicKeyToken=*****" connectionStringName="LocalMySqlServer" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="true" applicationName="/" requiresUniqueEmail="false" passwordFormat="Clear" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="7" minRequiredNonalphanumericCharacters="1" passwordAttemptWindow="10" passwordStrengthRegularExpression="" /&gt; </code></pre> <p>I also have in my web.config:</p> <pre><code>&lt;connectionStrings&gt; &lt;remove name="LocalMySqlServer" /&gt; &lt;add name="LocalMySqlServer" connectionString="Datasource=localhost;Database=******;uid=****;pwd=***;" providerName="MySql.Data.MySqlClient"/&gt; &lt;/connectionStrings&gt; </code></pre> <p>However, when I go to the ASP.NET Web Site Administration Tool, I only see the AspNetSqlMembershipProvider and not the MySQLMembershipProvider :</p> <p>How can I get the MySQL provider to appear in this list?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload