Are you suggesting that even though the three sites are setup the same, that
access to one is immediate and the other two require the WinNT login because
the anonymous account and worker process may not have read access to aspx
pages but do to .htm pages?
Note: I'm prompted when I try to access the site from my dynDNS and the
other I don't, but the real problem is the phone WAP browser that doesn't
pop the WinNT login dialog, but instead says login fails and never shows the
web app's login page.
TIA
JeffP....
> does the anonymous account and the worker process account have read access
> to all resources?
[quoted text clipped - 48 lines]
>>>>
>>>> JeffP....
Joe Kaplan - 29 Aug 2006 21:24 GMT
If you are using forms-based authentication, then you typically always just
set the IIS settings to anonymous, not anon + IWA. In that case, you also
need to make sure that both the worker process account and the anonymous
user account have read access at the NT file system level to all the files
you need to access.
If the issue is related to an NT ACL problem, Filemon from sysinternals is
very useful for tracking those down (assuming you can run it on the server).
Joe K.

Signature
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
> Are you suggesting that even though the three sites are setup the same,
> that access to one is immediate and the other two require the WinNT login
[quoted text clipped - 62 lines]
>>>>>
>>>>> JeffP....