Integrated windows authentication problem

Integrated windows authentication problem

am 24.09.2006 19:15:02 von HDI

Corporate intranet running on windows server 2003 web edition, IIS 6.0
When I turn on integrated windows authentication and turn off anonymous
access, my allowed users can only access static content. When they try to
access asp pages they get the message "You are not authorized to view this
page
HTTP 401.3 - Access denied by ACL on resource"
If I add my allowed users to the local administrator group on the server it
works fine, but I don't think I should have to do that just to allow them to
view dynamic content, do I?
Any help you can offer is appreciated.

Re: Integrated windows authentication problem

am 29.09.2006 06:02:28 von Bernard

Well in this case, remove the user from local admin group, get filemon from
sysinternals.com, run it and re-browse your page.
trace the filemon log file for the access denied issue.

--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/


"HDI" wrote in message
news:B4E60BF8-60D9-4875-89F2-6C2A00FB5F04@microsoft.com...
> Corporate intranet running on windows server 2003 web edition, IIS 6.0
> When I turn on integrated windows authentication and turn off anonymous
> access, my allowed users can only access static content. When they try to
> access asp pages they get the message "You are not authorized to view this
> page
> HTTP 401.3 - Access denied by ACL on resource"
> If I add my allowed users to the local administrator group on the server
> it
> works fine, but I don't think I should have to do that just to allow them
> to
> view dynamic content, do I?
> Any help you can offer is appreciated.