Hi, I have a working 4.7.2 umbraco with asp.net membership. I move my umbraco installation to the production server and now members can't log in. I have a standard login page
<asp:LoginView ID="UmbracoLoginView" runat="server"> <umbraco:Macro Alias="test" runat="server"></umbraco:Macro> <asp:Login ID="Login2" runat="server" RememberMeSet="True" FailureText="La connexion a échoué." LoginButtonText="Connect" PasswordLabelText="Mot de passe :" RememberMeT ext="Souvenez-vous de moi" TitleText="Page de connexion" UserNameLabelText="Nom d'util isateur :"> </asp:Login> </asp:LoginView>
When I click "connect" there's some loading and then nothing.
So I created a "test" macro which si yes or no if logged or not. It's always no. Since it works on dev site but not production, what I've missed?
Member won't log
Hi, I have a working 4.7.2 umbraco with asp.net membership. I move my umbraco installation to the production server and now members can't log in. I have a standard login page
When I click "connect" there's some loading and then nothing.
So I created a "test" macro which si yes or no if logged or not. It's always no. Since it works on dev site but not production, what I've missed?
Thank you!
Ok, I forgot to change the domain in web.config!
is working on a reply...