Re: ASP.NET Forms Authentication Via A SQL Server Database With Windows User types?

From: Mike Kruchten (mkruchten_at_fsisolutions.com)
Date: 12/11/03

  • Next message: dave: "User Roles - Global.asax"
    Date: Thu, 11 Dec 2003 11:26:28 -0600
    
    

    > Is it possible to use ASP.NET Forms authentication via a SQL Server
    database
    > with Windows User types? Or is it only possible to use this method using
    SQL
    > Standard user types?
    >
    No. The Windows user type in SQL Server uses the security context of the
    users connection, not a username and password.

    Mike


  • Next message: dave: "User Roles - Global.asax"

    Relevant Pages

    • Re: Generate next primary key value
      ... > event fires when the user types the first character, ... > Private Sub Form_BeforeUpdate ... >> maximum current value in the primary key column so I can use the next ... >> because it isn't supported by SQL Server. ...
      (microsoft.public.access.formscoding)
    • Type one number into Access, get another in the database
      ... I have a form in an ADP bound to a float field in our SQL Server. ... user types in something like 1.23, and often this ends up in the ...
      (microsoft.public.access.queries)
    • Re: Case sensitive Password check while logging into SQL Server
      ... Vyas, MVP (SQL Server) ... SQL Server Articles and Code Samples @ http://vyaskn.tripod.com/ ... even though the user types the password ... > It is allowing to enter into the db even the user enters "PWD" or "Pwd" ...
      (microsoft.public.sqlserver.security)
    • How to import certain fields from access database?
      ... i made a form using ms word 2003 vba with few textboxes, when the user types ... in one of the field, e.g. customer ref, the database imports few selected ... as some data is not coming from database. ...
      (microsoft.public.word.mailmerge.fields)
    • Working directly on the db?
      ... Is it possible to work directly in the db and in realtiem change values in ... the database when user types into a textfield in my program? ...
      (microsoft.public.dotnet.languages.vb)