Re: Authentication question
From: Matjaz Ladava (matjaz_at__nospam_ladava.com)
Date: 06/26/03
- Previous message: Matjaz Ladava: "Re: Avoiding NTLM challenge prompts"
- In reply to: Dave Petersen: "Authentication question"
- Next in thread: Dave Petersen: "Re: Authentication question"
- Reply: Dave Petersen: "Re: Authentication question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 26 Jun 2003 11:18:33 +0200
It can be done in both ways. Using forms authentication, users will have to
authenticate manualy first time and then you could create a persistent
cookie, so that they don't need to re-authenticate. You can not mix Forms
and Windows authentication in the same web application.
-- Regards Matjaz Ladava, MCSE (NT4 & 2000) matjaz@ladava.com http://ladava.com "Dave Petersen" <dapetersen.REMOVETHIS@carlson.com> wrote in message news:efRF9%230ODHA.1612@TK2MSFTNGP11.phx.gbl... > I have 2 requirements for my asp.net app (vb): > 1. Users authenticate automatically by default > 2. Users have the option to authenticate with a different account. > > I am currently doing requirement 1 with Windows authentication, and I think > I can do requirement 2 with forms authentication, but is it possible to do > both in the same app? > > Thanks! > Dave > >
- Previous message: Matjaz Ladava: "Re: Avoiding NTLM challenge prompts"
- In reply to: Dave Petersen: "Authentication question"
- Next in thread: Dave Petersen: "Re: Authentication question"
- Reply: Dave Petersen: "Re: Authentication question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|