|
Home > Archive > IIS Server Security > December 2005 > HTTP 401.3 - Access denied by ACL on resource
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 |
HTTP 401.3 - Access denied by ACL on resource
|
|
|
| I have developed several web applications using web services in desktop
applictions, and ASP.NET in a web browser. Both types of applications use
integrated authentication and are performing well under Win2K.
I am in the process of moving from Win2K to WinXP. Testing of the browser
application under WinXP presents the following error in IE:
"You are not authorized to view this page"
"HTTP 401.3 - Access denied by ACL on resource"
I have noticed that security has changed in WinXP. What do I need to do to
get Integrated Windows Authentication behaving properly?
Many thanks.
| |
| Tom Kaminski [MVP] 2005-12-06, 6:02 pm |
| "Garth" <Garth@discussions.microsoft.com> wrote in message
news:1128CBB2-EB17-4065-AE5C-D91A5574EA84@microsoft.com...
>I have developed several web applications using web services in desktop
> applictions, and ASP.NET in a web browser. Both types of applications use
> integrated authentication and are performing well under Win2K.
>
> I am in the process of moving from Win2K to WinXP. Testing of the browser
> application under WinXP presents the following error in IE:
> "You are not authorized to view this page"
> "HTTP 401.3 - Access denied by ACL on resource"
>
> I have noticed that security has changed in WinXP. What do I need to do
> to
> get Integrated Windows Authentication behaving properly?
The user should be logged on to the WinXP box on the same Windows domain as
the web server (in simple terms) and the user should have NTFS permissions
to the content. Can you confirm those two items?
--
Tom Kaminski IIS MVP
http://www.microsoft.com/windowsser...ty/centers/iis/
http://mvp.support.microsoft.com/
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
| |
|
| I am having the login problem when logging in on the same machine that is
running the web server, and I am trying to log in as the administrator. I
feel that it has to do with settings on the .net account, but not sure what
to change.
Thanks
"Tom Kaminski [MVP]" wrote:
> "Garth" <Garth@discussions.microsoft.com> wrote in message
> news:1128CBB2-EB17-4065-AE5C-D91A5574EA84@microsoft.com...
>
> The user should be logged on to the WinXP box on the same Windows domain as
> the web server (in simple terms) and the user should have NTFS permissions
> to the content. Can you confirm those two items?
>
> --
> Tom Kaminski IIS MVP
> http://www.microsoft.com/windowsser...ty/centers/iis/
> http://mvp.support.microsoft.com/
> http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
>
>
>
|
|
|
|
|