hi christoph,
it helpe not really yet.
i used ntfilemon. it says access denied on dir "www" which is the root of
the webapplication.
i added a new user for running an anonymous user in iis.
he has access rights on the ntfs filesystem and iis.
in a subdirectory i actived basic auth. and deactivated anonymous. this
works fine.
but in the parent where anonymous is activated, i get prompted for login.
pressing esc show the website without errror. but clicking a link, prompts
again the auth.box.
another webapp on the server with the same user runs fine.
the only different is, there is no subdir with basic authentication.
best regards
timo erbach
"Christopher Haun" <a-chaun@NOSPAMmicrosoft.com> schrieb im Newsbeitrag
news:Dkdhv9jzDHA.1476@cpmsftngxa07.phx.gbl...
[quoted text, click to view] >
>
> I believe he is saying that he unchecked "integrated authentication" and
> checked "basic authentication" on a site or a virtual directory.
> Being basic authentication, he enters his credentials when prompted but he
> keeps getting prompted.
>
> If I've surmised the translation adequately, it sounds to me like there is
> an NTFS permissions issue on the content. IIS is probably authenticating
> the user just fine but the user is getting access denied at the file
level.
>
> If the content (*.htm, *.asp, *.jpg, *.gif, etc.) is in
> c:\inetpub\wwwroot\, for instance, then the wwwroot folder will need to
> have RX/L/R permissions for the user that is being authenticated. That
> user may also need to be given "log on locally" rights in the local
> security policy.
>
> If you're not sure where the "Access Denied" is happening, I highly
> recommend using NTFilemon from
www.sysinternals.com. Start the capture
> with NTFilemon, reproduce your problem, stop the capture in Filemon, and
> search the results column for the words "Access Denied."
>
>
> 271071 HOW TO: Set Basic NTFS Permissions for IIS 5.0
>
http://support.microsoft.com/?id=271071 >
> 812614 INFO: Default Permissions and User Rights for IIS 6.0
>
http://support.microsoft.com/?id=812614 >
> 187506 INFO: Basic NTFS Permissions for IIS 4.0
>
http://support.microsoft.com/?id=187506 >
>
> I hope that helps!
>
> Chris - IIS Team
>