Hello Alexis,
I use PHP on our LAN at work using Windows authentication. If you want to
restrict HTTP access to the directory using Windows permissions you'll have
to:
1. Uncheck the Anonymous user authentication in IIS (in IIS 5.1: site
properties > "Directory Security" > "Anonymous access and a
Hi Alexis!
As default there is two users assigned as anynomous users for Internet. the
default is IUSR_ (and there is also IWAM_ but this is more
for service-processing than administration of rights)
Set the permissions of this user to read in the directory you want to read
content from.
B