IIS 7 with PHP in Domain with Windows Authentication

Posted by Michal Saiyan Hajdony on Server Fault See other posts from Server Fault or by Michal Saiyan Hajdony
Published on 2013-07-01T19:04:02Z Indexed on 2013/07/01 23:07 UTC
Read the original article Hit count: 158

I have Windows Server 2008 R2 x64b installed with IIS 7, PHP 5.5.

This server is added to domain exampledomain , so I have win authentication enabled and all others disabled. I left the two default providers NTLM and negotiate, I granted IIS_IUSRS read access to wwwroot.

So far it has worked for me only as I am added to the Administrators group which has read/write access to wwwroot folder.

Yet, when someone else is trying to connect, he gets a credentials window and when he puts the domain name and password he cannot get access to the page.

The issue is solved when I add read permission to "Domain users" - then all works fine.

BUT. My issue is that if one opens windows explorer and types \\servername\wwwroot one can see the files and read them. I have never configured IIS before so I know I miss some really important thing. How can I solve the file visibility problem?

© Server Fault or respective owner

Related posts about windows-server-2008

Related posts about php