Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • kat 1 post 21 karma points
    Mar 07, 2012 @ 16:40
    kat
    0

    Connect to umbraco site with client

    Hallo.

    I made a website with umbraco 1.1 using my master template the following code to login:

     <asp:LoginView ID="id1" runat="server">
         <AnonymousTemplate>
              <div id="id2">
                <form id="id3" method="post" runat="server">
                  <asp:Login ID="id4" runat="server"
                      EnableTheming="False"
                      DisplayRememberMe="False"
                      PasswordLabelText="Password"
                      UserNameLabelText="Username"
                      TitleText=""    
                      LoginButtonText="login"     
                      width="200px">
                  </asp:Login>              
                </form>
             </div>
          </AnonymousTemplate>
          <LoggedInTemplate>          
            <form id="id5" method="post" runat="server">
            <asp:LoginName ID="id6" runat="server" />
            <asp:LoginStatus ID="id7" runat="server" />
            </form>
          </LoggedInTemplate>
      </asp:LoginView>

    Is it possible develope client application that login to this site? How do I?

    Thanks all

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies