I'm running a website on a windows server 2008 R2 box. I have wordpress installed on it, and if I upload an image, the uploaded image gets the required permissions (iusr and iis_iusrs both have permission to touch it.)
I am experimenting with a CMS that doesn't use a database (testing gpeasy right now) So far everything seems to work great with it, but when I upload images via the CMS' built in image uploader, iis_iusrs isn't added to the list of users that can touch the image. This causes the image to not be viewable. Is there a way that I can fix this so that any files that are added by the CMS will auto allow both iusr and iis_iusrs to touch them?
It's really annoying having to remote into the server just to fix the permissions every time I want to upload an image, and I don't really want to stay with wordpress, because it runs too slow on iis (at least on my server it does).