Hi John,
I have not yet bumped into this one, but from what I understand
of what you have said the issue is not in the IIS 7 site and config,
but is likely in the config of Vista itself (and its IE) regarding what
security authentications protocols it can use as a client.
In other words, as I hear it
You have the Asp app running on IIS 7 with both anonymous and
restricted parts
From a W2k or an XP you can access either part with appropriate
authentication prompting.
From the Vista itself where this is installed (localhost in example url)
you can only access the anonymous part, you do not get authentication
prompt, but do see the log entry.
I would speculate that if you browsed from a different Vista that is
similarly configured (not in domain if the Wk2 and XP were not, or
in if in; and, allowed to use Windows integrated authentication in the
IE settings, or not, just as for the W2k and XP) as an authentication
client, you would experience the same.
The message seems to be saying that "I know who you are, and you
are not allowed. Since I know who you are I will not reprompt."
At least that is what your shown message's Logon User: domain\user
is saying - that it already knows domain\user and domain\user is not
granted on the web content.
"John" <(E-Mail Removed)> wrote in message
news:OM8O$(E-Mail Removed)...
> Hi,
> I have an ASP (not ASP.NET) application installed on Vista. Some ASP pages
> have restricted access. When I browse the restricted pages through Windows
> 2K or XP client, it is prompting me the user name/password dialog. And
> when
> I give the proper username/password, it is displaying me the restricted
> pages. But, it is not prompting me the same in Vista server. It is giving
> me
> the following error.
>
> Server Error in 'Default Web Site/test' Application.
> ----------------------------------------------------------------------------
> ----
> HTTP Error 401.3 - Unauthorized
> Description: The ACL on this resource denied access to the authenticated
> user
> Error Code: 0x80070005
> Notification: AuthenticateRequest
> Module: IIS Web Core
> Requested URL: http://localhost:80/test/test.asp
> Physical Path: C:\Program Files\test\test.asp
> Logon User: domain\user
> Logon Method: Negotiate
> Handler: ASPClassic
> ----------------------------------------------------------------------------
> ----
> Server Version Information: Internet Information Services 7.0.
>
>