Re: Authenticate the user

From: Curt_C [MVP] (software_AT_darkfalz.com)
Date: 07/14/04


Date: Wed, 14 Jul 2004 11:03:52 -0500

turn on windows authentication

-- 
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Mark" <Mark@discussions.microsoft.com> wrote in message
news:098D6748-5785-47FE-9767-4171B4E7E738@microsoft.com...
> I need to authenticate the user against his domain user name and password.
> What is a way of doing that?
> I cannot store user name and a password in a database.
>
> Thanks


Relevant Pages

  • Re: Double hop reloaded
    ... You either need to 1) setup a domain user for your ASP.NET application that has the right creds for your AD, 2) enable the delegation for your AD users if you're using integrated auth, or 3) switch to using basic auth. ... What if i revert to the IIS identity before the Active Directory query? ... I'm using impersonation, combined with windows authentication. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Windows Auth Problem
    ... I have an intranet site that uses Windows Authentication. ... I give it the same domain user name and password I used to log into Windows ... Windows with proper credentials it should not ask me for them again, ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Retrieving Windows LoginId
    ... Thats all. ... windows authentication in my MFC ActiveX application. ... ID again the active directory to verify if he is domain user. ...
    (microsoft.public.vc.mfc)