|
Home > Archive > IIS Server Security > January 2007 > Integrated Windows Authentication
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Integrated Windows Authentication
|
|
| Richard C 2007-01-23, 7:30 am |
| 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
| |
| Rick Barber 2007-01-23, 7:30 am |
| 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/sy...sk/Filemon.mspx
--
Rick Barber
http://www.orcsweb.com
Managed Complex Hosting
#1 in Service and Support
"Richard C" <richard.coy@gmail.com> 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
>
| |
| Richard C 2007-01-24, 1:46 am |
| 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\jru
n_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" <r...@orcsweb.com> wrote:[vbcol=seagreen]
> 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/sy...sk/Filemon.mspx
>
> --
> Rick Barber
>
> http://www.orcsweb.com
> Managed Complex Hosting
> #1 in Service and Support
>
> "Richard C" <richard....@gmail.com> wrote in messagenews:1169551689.731330.285410@m58g2000cwm.googlegroups.com...
>
>
>
>
>
>
>
>
>
>
|
|
|
|
|