[Form authentication] Looking for complete sample

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Arjen

    [Form authentication] Looking for complete sample

    Hello,

    I need a very simple login management system.
    I can create it by myself... but if somebody has done this before... it can
    saves me a lot of time.

    What I want is this:
    - Form authentication
    - Login page
    - Account management page (add/change/delete accounts and roles)
    - XML file as database

    If you know or have a good sample please tell me!

    Thanks!
    Arjen


  • Curt_C [MVP]

    #2
    Re: [Form authentication] Looking for complete sample

    Have you tried at all?
    www.asp.net in the Starter Kits.....

    Sounds like you are trying to get a pre-wirtten homework sample to me.

    --
    Curt Christianson
    Owner/Lead Developer, DF-Software
    Site: http://www.Darkfalz.com
    Blog: http://blog.Darkfalz.com


    "Arjen" <boah123@hotmai l.com> wrote in message
    news:cgvk37$17s $1@news3.tilbu1 .nb.home.nl...[color=blue]
    > Hello,
    >
    > I need a very simple login management system.
    > I can create it by myself... but if somebody has done this before... it
    > can
    > saves me a lot of time.
    >
    > What I want is this:
    > - Form authentication
    > - Login page
    > - Account management page (add/change/delete accounts and roles)
    > - XML file as database
    >
    > If you know or have a good sample please tell me!
    >
    > Thanks!
    > Arjen
    >
    >[/color]


    Comment

    • Arjen

      #3
      Re: [Form authentication] Looking for complete sample

      Yes, I have tried.
      Most samples use a database to store data. (I want to use a XML file)

      Arjen


      "Curt_C [MVP]" <software_AT_da rkfalz.com> schreef in bericht
      news:%23KgA04qj EHA.1652@TK2MSF TNGP09.phx.gbl. ..[color=blue]
      > Have you tried at all?
      > www.asp.net in the Starter Kits.....
      >
      > Sounds like you are trying to get a pre-wirtten homework sample to me.
      >
      > --
      > Curt Christianson
      > Owner/Lead Developer, DF-Software
      > Site: http://www.Darkfalz.com
      > Blog: http://blog.Darkfalz.com
      >
      >
      > "Arjen" <boah123@hotmai l.com> wrote in message
      > news:cgvk37$17s $1@news3.tilbu1 .nb.home.nl...[color=green]
      > > Hello,
      > >
      > > I need a very simple login management system.
      > > I can create it by myself... but if somebody has done this before... it
      > > can
      > > saves me a lot of time.
      > >
      > > What I want is this:
      > > - Form authentication
      > > - Login page
      > > - Account management page (add/change/delete accounts and roles)
      > > - XML file as database
      > >
      > > If you know or have a good sample please tell me!
      > >
      > > Thanks!
      > > Arjen
      > >
      > >[/color]
      >
      >[/color]


      Comment

      • Curt_C [MVP]

        #4
        Re: [Form authentication] Looking for complete sample

        so you only need to know how to get data in and out of XML?


        --
        Curt Christianson
        Owner/Lead Developer, DF-Software
        Site: http://www.Darkfalz.com
        Blog: http://blog.Darkfalz.com


        "Arjen" <boah123@hotmai l.com> wrote in message
        news:cgvlcc$7iv $1@news5.tilbu1 .nb.home.nl...[color=blue]
        > Yes, I have tried.
        > Most samples use a database to store data. (I want to use a XML file)
        >
        > Arjen
        >
        >
        > "Curt_C [MVP]" <software_AT_da rkfalz.com> schreef in bericht
        > news:%23KgA04qj EHA.1652@TK2MSF TNGP09.phx.gbl. ..[color=green]
        >> Have you tried at all?
        >> www.asp.net in the Starter Kits.....
        >>
        >> Sounds like you are trying to get a pre-wirtten homework sample to me.
        >>
        >> --
        >> Curt Christianson
        >> Owner/Lead Developer, DF-Software
        >> Site: http://www.Darkfalz.com
        >> Blog: http://blog.Darkfalz.com
        >>
        >>
        >> "Arjen" <boah123@hotmai l.com> wrote in message
        >> news:cgvk37$17s $1@news3.tilbu1 .nb.home.nl...[color=darkred]
        >> > Hello,
        >> >
        >> > I need a very simple login management system.
        >> > I can create it by myself... but if somebody has done this before... it
        >> > can
        >> > saves me a lot of time.
        >> >
        >> > What I want is this:
        >> > - Form authentication
        >> > - Login page
        >> > - Account management page (add/change/delete accounts and roles)
        >> > - XML file as database
        >> >
        >> > If you know or have a good sample please tell me!
        >> >
        >> > Thanks!
        >> > Arjen
        >> >
        >> >[/color]
        >>
        >>[/color]
        >
        >[/color]


        Comment

        Working...