Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[HELP] visual basic 2013

Junior Spellweaver
Joined
Jun 8, 2012
Messages
195
Reaction score
5
Solved
 
Last edited:
Junior Spellweaver
Joined
Jun 8, 2012
Messages
195
Reaction score
5
heyy timebomb, here is the error:


Default Membership Provider must be specified.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Configuration.Provider.ProviderException: Default Membership Provider must be specified.

Source Error:


An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:



[ProviderException: Default Membership Provider must be specified.]
System.Web.Security.Membership.InitializeDefaultProvider(Boolean initializeDefaultProvider, MembershipSection settings) +202
System.Web.Security.Membership.Initialize() +662
System.Web.Security.Membership.get_Provider() +33
System.Web.UI.WebControls.LoginUtil.GetProvider(String providerName) +68
System.Web.UI.WebControls.CreateUserWizard.get_QuestionAndAnswerRequired() +157
System.Web.UI.WebControls.CreateUserWizard.UpdateValidators() +1120
System.Web.UI.WebControls.CreateUserWizard.CreateChildControls() +60
System.Web.UI.Control.EnsureChildControls() +173
System.Web.UI.WebControls.Wizard.OnInit(EventArgs e) +144
System.Web.UI.Control.InitRecursive(Control namingContainer) +607
System.Web.UI.Control.InitRecursive(Control namingContainer) +324
System.Web.UI.Control.InitRecursive(Control namingContainer) +324
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2236
 
Back
Top