Integrated Windows Authentication
am 23.01.2007 12:28:12 von Richard C
Hi,
I have configured a website within IIS6 on Windows Server 2003 but am
having issues with IIS Integrated Windows Authentication.
Each time I try and access a test page in the root of the website I am
being prompted for the username, password and domain. After 3
unsuccessful tries I am prompted with the following:
You are not authorized to view this page
HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on
the requested resource.
The "Domain Users" account has the necessary permissions on the
directories/files I am trying to load.
However, when I add my own user account into the Administrator group on
the server, I am able to access the page without issues. I am
confident that this isn't a file level permissions issue but instead a
local security policy causing the load to fail.
If anybody has some ideas as to why this might be occurring, I would be
very grateful for the information.
Thanks,
Richard
Re: Integrated Windows Authentication
am 23.01.2007 13:26:53 von Rick Barber
Hi Richard,
The Administrators group usually has full control to all files on a default
install. Usually when I see this error it is because file/folder
permissions are not configured properly. I would first check event
viewer -> security to see if it gives any clues as to what user is being
denied access. I would also check filemon to see if it gives any clues.
You can get filemon here:
http://www.microsoft.com/technet/sysinternals/FileAndDisk/Fi lemon.mspx
--
Rick Barber
http://www.orcsweb.com
Managed Complex Hosting
#1 in Service and Support
"Richard C" wrote in message
news:1169551689.731330.285410@m58g2000cwm.googlegroups.com.. .
> Hi,
>
> I have configured a website within IIS6 on Windows Server 2003 but am
> having issues with IIS Integrated Windows Authentication.
>
> Each time I try and access a test page in the root of the website I am
> being prompted for the username, password and domain. After 3
> unsuccessful tries I am prompted with the following:
>
> You are not authorized to view this page
> HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on
> the requested resource.
>
> The "Domain Users" account has the necessary permissions on the
> directories/files I am trying to load.
>
> However, when I add my own user account into the Administrator group on
> the server, I am able to access the page without issues. I am
> confident that this isn't a file level permissions issue but instead a
> local security policy causing the load to fail.
>
> If anybody has some ideas as to why this might be occurring, I would be
> very grateful for the information.
>
> Thanks,
> Richard
>
Re: Integrated Windows Authentication
am 24.01.2007 02:56:50 von Richard C
Thanks for the response. I found the problem...
The Domain Users group did not have access to the following ColdFusion
file that is configured as a Wildcard Application Map within IIS 6:
D:\CFusionMX7\runtime\lib\wsconfig\1\jrun_iis6_wildcard.dll
This was causing all permissions issues and not just those calls to
ColdFusion pages.
On Jan 23, 9:26 pm, "Rick Barber" wrote:
> Hi Richard,
>
> The Administrators group usually has full control to all files on a default
> install. Usually when I see this error it is because file/folder
> permissions are not configured properly. I would first check event
> viewer -> security to see if it gives any clues as to what user is being
> denied access. I would also check filemon to see if it gives any clues.
> You can get filemon here:http://www.microsoft.com/technet/sysinternals/FileAndDi sk/Filemon.mspx
>
> --
> Rick Barber
>
> http://www.orcsweb.com
> Managed Complex Hosting
> #1 in Service and Support
>
> "Richard C" wrote in messagenews:1169551689.731330.285410@m58g2000cwm.googlegroup s.com...
>
>
>
> > Hi,
>
> > I have configured a website within IIS6 on Windows Server 2003 but am
> > having issues with IIS Integrated Windows Authentication.
>
> > Each time I try and access a test page in the root of the website I am
> > being prompted for the username, password and domain. After 3
> > unsuccessful tries I am prompted with the following:
>
> > You are not authorized to view this page
> > HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on
> > the requested resource.
>
> > The "Domain Users" account has the necessary permissions on the
> > directories/files I am trying to load.
>
> > However, when I add my own user account into the Administrator group on
> > the server, I am able to access the page without issues. I am
> > confident that this isn't a file level permissions issue but instead a
> > local security policy causing the load to fail.
>
> > If anybody has some ideas as to why this might be occurring, I would be
> > very grateful for the information.
>
> > Thanks,
> > Richard- Hide quoted text -- Show quoted text -