Re: Windows Authentication Question for ASP
From: Larry Hastings (greg.NOSPAM.@NOSPAM.unixsucks.com)
Date: 11/26/02
- Next message: Larry Hastings: "Re: HELP PLEASE The request failed with HTTP status 401: Access Denied."
- Previous message: Wongalogic: "Want to access to a network drive, but not easy"
- In reply to: DS: "Re: Windows Authentication Question for ASP"
- Next in thread: DS: "Re: Windows Authentication Question for ASP"
- Reply: DS: "Re: Windows Authentication Question for ASP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Larry Hastings" <greg.NOSPAM.@NOSPAM.unixsucks.com> Date: Tue, 26 Nov 2002 16:07:25 -0600
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: HELP PLEASE The request failed with HTTP status 401: Access Denied."
- Previous message: Wongalogic: "Want to access to a network drive, but not easy"
- In reply to: DS: "Re: Windows Authentication Question for ASP"
- Next in thread: DS: "Re: Windows Authentication Question for ASP"
- Reply: DS: "Re: Windows Authentication Question for ASP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|