Setting Up Win2008 R2 Server - IIS_IUSRS Permissions

Posted by leen3o on Server Fault See other posts from Server Fault or by leen3o
Published on 2010-03-19T08:00:39Z Indexed on 2010/03/19 8:01 UTC
Read the original article Hit count: 1116

I am setting up a web server and notice out the box it gives IIS_IUSRS read & execute (and as a result list folder contents) permissions on the wwwroot. I'm trying to make sure its secure as possible, and just wondering if its ok to leave that?

On my last server (Win2003) I only gave 'read' permissions to users on the wwwroot and then manually added the write / execute permissions on folders as needed.

Just wondering if everyone else leaves the permissions as they are?

© Server Fault or respective owner

Related posts about iis7.5

Related posts about windows-server-2008