WAT created Membership not working
I bought the Professional ASP.NET Security, Membership and Role Management book (among many other wrox texts) but it is way over my head, I need to know what parts to read to solve my beginner's problem described below.
I created a Membership Database using the WAT and a login page and forgotuserpassword page on my local machine using Visual Studio 2005. It all works, but when I FTP'd the login, forgotpassword pages into my hosted web server environment along with the ASPNETDB.MDF database into the App_Data folder I get the following error:
Stack Trace:
[HttpException (0x80004005): Could not find the specified membership provider.]
System.Web.UI.WebControls.LoginUtil.GetProvider(St ring providerName) +1720434
System.Web.UI.WebControls.Login.OnAuthenticate(Aut henticateEventArgs e) +129
System.Web.UI.WebControls.Login.AttemptLogin() +105
System.Web.UI.WebControls.Login.OnBubbleEvent(Obje ct source, EventArgs e) +99
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +35
System.Web.UI.WebControls.Button.OnCommand(Command EventArgs e) +115
System.Web.UI.WebControls.Button.RaisePostBackEven t(String eventArgument) +163
System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102
Is there a wizard or other tools that allows you to build the membership interface directly in a shared web server environment? It is my understanding that the WAT tool will only work in offline local machine environments.
Thank you,
|