hi
i am creating change password page
i already use the website admin tool to create rols and users, then on trying the password change for 1 user it give the following error
Server Error in '/CLINIC' Application.
Could not find the specified membership provider.
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.Web.HttpException: Could not find the specified membership provider.
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:
[HttpException (0x80004005): Could not find the specified membership provider.] System.Web.UI.WebControls.LoginUtil.GetProvider(String providerName) +1543381 System.Web.UI.WebControls.ChangePassword.AttemptChangePassword() +102 System.Web.UI.WebControls.ChangePassword.OnBubbleEvent(Object source, EventArgs e) +114 System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +37 System.Web.UI.WebControls.Button.OnCommand(CommandEventArgs e) +118 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +166 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565 any help with that error pls<div></div> |