Re: Windows Authentication Question for ASP
From: DS (dsack@NOSPAMwp-int.com)
Date: 11/27/02
- Next message: Larry Hastings: "Re: Windows Authentication issue"
- Previous message: Val Mazur: "Re: Could not lock file Error"
- In reply to: Larry Hastings: "Re: Windows Authentication Question for ASP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "DS" <dsack@NOSPAMwp-int.com> Date: Wed, 27 Nov 2002 09:00:13 -0500
That did it!!! Thank you, Thank you, Thank you!!!!
I have been looking all over for this.
Thanks
Dave
"Larry Hastings" <greg.NOSPAM.@NOSPAM.unixsucks.com> wrote in message
news:uu7s4k9coiot52@corp.supernews.com...
> IE by deafult send current credentials for Intranet Zone (check it under
> Security tab), so users shall not be prompted for password if you'd choose
> Intergrated Windows authentication.
>
> --
>
> G
> http://www.unixsucks.com
> "DS" <dsack@NOSPAMwp-int.com> wrote in message
> news:#fS8IPYlCHA.1924@tkmsftngp04...
> > This will cause the user to be prompted to authenticate. Since the
users
> > are already authenticated to the network. Is there a way to have it
read
> > the userid without having to authenticate manually? Our project is an
> > Intranet with Active directory on our network.
> >
> > Thanks
> > Dave
> >
> > "Jian-Wei Yu [MS]" <jwyu@online.microsoft.com> wrote in message
> > news:m7XmzcXgCHA.1908@cpmsftngxa08...
> > >
> > > Hello,
> > >
> > > Thank you for using the Microsoft Newsgroups.
> > >
> > > To perform Windows authentication in asp.net, please test the
following
> > > steps.
> > >
> > > 1, In IIS, select the virtual directory, click the Directory Security
> tab,
> > > uncheck Anonymous Access and check Integrated Windows authentication.
> > >
> > > 2. In the web.config file, locate the <authentication> tag, and set
the
> > > mode to Windows. The syntax for this is listed below.
> > > <authentication mode="Windows" />
> > >
> > > 3. You can check the user's identity using the command:
> > > <%=User.Identity.Name%>
> > >
> > > Please also refer to:
> > > http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q317012
> > >
> > > If you have any questions, please reply to this post.
> > >
> > > Regards,
> > >
> > > Jian-Wei Yu
> > > Microsoft Support
> > >
> > > This posting is provided "AS IS" with no warranties, and confers no
> > rights.
> > >
> >
> >
>
>
- Next message: Larry Hastings: "Re: Windows Authentication issue"
- Previous message: Val Mazur: "Re: Could not lock file Error"
- In reply to: Larry Hastings: "Re: Windows Authentication Question for ASP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|