User-1852890344 posted
I'm serving IIS from an XP desktop. When I have IIS security setup for Integrated Windows Authentication, everything works fine. I have a small app that displays the users login on screen and when I connect to the IIS machine, it correctly displays
the page on screen, along with the users login.
As soon as I switch it to "Anonymous Access", I get "A required privilege is not held by the client". I've tried using the MyMachine\IUSR_MyMachine account, and a domain account that has administrative rights to this machine.
The home directory for my Default website is C:\Intranet. If I look at the security on that directory, both the IUSR account and the domain account I'm trying to use have full access to the directory. What else should I check?