After configuring profile editor successfully, I have just had a problem. I could see and edit necessary fields but after logging out, there comes a problem.
If I try to reach register page, I automatically log-in. but instead I just want to see my register page.
The login form login.aspx works normally but register.aspx page has a problem described above after displaying profile editor.
The Profile Editor important for me and essential for my new website. Even though I followed your suggestion, my problem remains same. Do you mind if I supply my website and an admin login credentials so you could give me an idea. Another look is always good.
Where should I send you those information, Daniel?
Weird problem after installing
After configuring profile editor successfully, I have just had a problem. I could see and edit necessary fields but after logging out, there comes a problem.
If I try to reach register page, I automatically log-in. but instead I just want to see my register page.
The login form login.aspx works normally but register.aspx page has a problem described above after displaying profile editor.
Any help much appreciated
Profile editor is designed to be placed on a secure page and used for logged in members. It will not work if a users is not logged in.
You would need to be make a separate registration page to create a member, then use the profile editor from then on.
I forgot to add controlpanel page on a secure page. but what do you mean as seperate registration page?
I use this. Is there something wrong with the following ?
<div class="headerTopSignIn">
<asp:LoginView ID="LoginView1" runat="server">
<AnonymousTemplate>
<span class="input">Log in: <asp:LoginStatus ID="LoginStatus1" LoginText="Giri Yap" runat="server" /> or <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="/Register.aspx">Register</asp:HyperLink></span>
</AnonymousTemplate>
<LoggedInTemplate>
<span class="input">Hi<asp:LoginName ID="LoginName1" runat="server" /> <asp:HyperLink ID="HyperLink2" runat="server" NavigateUrl="/ControlPanel.aspx">Controlpage</asp:HyperLink> | <asp:LoginStatus ID="LoginStatus2" LogOutText="Çk" runat="server" /></span>
</LoggedInTemplate>
</asp:LoginView>
</div>
By separate registration I mean the Profile Editor only edits an existing users profile.
You would need a separate form to register a user (i.e. Username, email, password).
The above script is fine...
The Profile Editor important for me and essential for my new website. Even though I followed your suggestion, my problem remains same. Do you mind if I supply my website and an admin login credentials so you could give me an idea. Another look is always good.
Where should I send you those information, Daniel?
You can send details to: daniel at dascoba dot com
I can give it a once over and let you know if all looks in order for Profile Editor..
I'm not very clear on what issues you are having.
is working on a reply...