Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Membership woes
Message
From
30/04/2007 17:50:53
 
General information
Forum:
ASP.NET
Category:
Other
Title:
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
01221197
Message ID:
01221291
Views:
20
In the web.config file did you set the defaultprovider in the membership configuration?
<membership defaultProvider="CustomizedProvider">
<providers>
<clear/>
<add connectionStringName="MyConnectionString" applicationName="MyApp" 
requiresQuestionAndAnswer="false" minRequiredPasswordLength="5" 
minRequiredNonalphanumericCharacters="0" name="CustomizedProvider" 
type="System.Web.Security.SqlMembershipProvider"/>

</providers>
</membership>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform