I created a website in IIS (Internet Information Services Manager).
The directory, and files within this website, default to read-only permissions.
How can I remove the read-only permissions from these sites?
I tried:
- Deleting the folder, then recreating it
- Unchecking the read-only permissions in advanced settings (it resets itself automatically to read only.)
- Running IIS Manager as ‘Administrator’ account.
There are so few permissions problems that aren’t annoying…
I can only give you advice from a Google search (it appears you’re not the only one who’s had this problem) that’s probably unhelpful, like:
attrib +R FolderName.I just hope I haven’t enraged you more when this advice doesn’t work.