Windows server 2008 R2 IIS7 file permissions
- by StealthRT
Hey all i am trying to figure out why i can not access a index.php file from within the wwwroot/mollify/backend directory.
It keeps coming up with this:
Server Error
403 - Forbidden: Access is denied. You do not have permission to view
this directory or page using the credentials that you supplied.
I've given all the permissions (Full control) to the wwwroot directory i could think of (IUSR, Guest, GUESTS, IIS_IUSRS, Users, Administrators, NETWORK, NETWORK SERVICE, SYSTEM, CREATOR OWNER & Everyone).
I also added index.php to the "Default Document" under my website settings in IIS 7 manager.
What else am i missing?
Thanks!
David