password authentication

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • leg3
    Confirmed User
    • Nov 2001
    • 193

    #1

    password authentication

    on a win2k server box

    what can someone recommend besides flicks (by authentix)
  • leg3
    Confirmed User
    • Nov 2001
    • 193

    #2
    bumpercars

    Comment

    • mike503
      Confirmed User
      • May 2002
      • 2243

      #3
      format c:

      install linsux or bsd
      php/mysql guru. hosting, coding, all that jazz.

      Comment

      • lEricPl
        Confirmed User
        • Dec 2002
        • 1062

        #4
        Originally posted by leg3
        on a win2k server box

        what can someone recommend besides flicks (by authentix)

        Depends what language you are using...

        If you use ASP.NET simply enable Forms Auth in Web.Config and then you can set a custom Auth Ticket.

        You will need to write some logic to lookup the username/password with the System.Data.OleDBClient or the System.Data.SQLClient Class.

        You can easily do this with the DataReader Class.

        If the user/pass is valid, simply apply the auth ticket.

        I use SQL Stored Procedures to do this with SQL Server. Much faster than OleDB and static SQL Queries.

        Comment

        • leg3
          Confirmed User
          • Nov 2001
          • 193

          #5
          CHARMING!

          Comment

          • lEricPl
            Confirmed User
            • Dec 2002
            • 1062

            #6
            Originally posted by leg3
            CHARMING!

            What else did you expect?

            If you need some help, drop me a line.


            Comment

            Working...