Recently discovered that Sublime Text cannot create a file in wwwroot due to folder permissions, and that it's necessary to run as administrator in order to bypass that. Also ran into a similar situation with Sourcetree; tried to clone a repo into wwwroot, and got messages saying there were insufficient permissions. As with the Sublime issue, problem solved by running as administrator.
I briefly looked at altering the folder permissions for wwwroot, so that Sublime and Sourcetree don't have to be run as admin. But that seems like a bad idea; it's just for a local development environment, but I prefer to leave those permissions as they are and mirror the folder permissions in the production environment as closely as possible. Even so, I'm curious what users/groups I'd have to add/edit permissions for in the wwwroot folder if I wanted to (for Sublime and Sourcetree, specifically). Are these apps part of IUSRS, or maybe IIS_IUSRS? Is there a guide somewhere that has this info for these and other apps?