Windows Integrated Authentication not working
- From: ASPSQL66 <ASPSQL66.2hnflu@xxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 21 Nov 2006 11:14:29 -0600
Greetings,
I am attempting to set up my intranet application with Windows
Integrated Authentication. I will provide the specifics below, but
essentially my problem is that whenever users attempt to pull up my
site, they are being prompted for credentials.
The site is being hosted on a Windows 2K3 server with IIS6.
The server is part of the enterprise domain.
My company uses active directory and all users are in the group
"users"
There is not a proxy between the users and this particular server.
The application is currently sitting in the wwwroot folder, this will
be changed later.
The site is not allowing anonymous access.
I have selected Integrated Windows Authentication as the authentication
method.
My web config currently looks like this:
<authentication mode="Windows"/>
<identity impersonate="true" />
<roleManager enabled="true"
defaultProvider="AspNetWindowsTokenRoleProvider" />
<authorization>
<allow roles="MYCOMPANY\__Public" />
<deny users="?"/>
</authorization>
A few questions, am I missing a setting somewhere? Is it necessary to
use Role manager when select Windows Integrated Authentication? What
others settings can I check?
Thanks very much for any help
--
ASPSQL66
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------
.
- Follow-Ups:
- Re: Windows Integrated Authentication not working
- From: Shourie
- Re: Windows Integrated Authentication not working
- From: Shourie
- Re: Windows Integrated Authentication not working
- Prev by Date: Re: Windows Integrated Authentication not working
- Next by Date: Please help Passing Credentials
- Previous by thread: Re: Windows Integrated Authentication not working
- Next by thread: Re: Windows Integrated Authentication not working
- Index(es):
Relevant Pages
|