To resolve this issue, use the Cacls.exe command-line
utility to remove the deny write access groups from the \inetpub\wwwroot folder
on the server. To do this, follow these steps:
- Locate the \inetpub\wwwroot folder, right-click the
\inetpub\wwwroot folder, and then click
Properties.
- Click the Security tab, and then note the
groups that are configured with deny write permissions.
- Click Start, click Run,
type cmd, and then click OK.
- At the command prompt, type cacls
drive_letter:\inetpub\wwwroot /t /e/ c /r
"group_name" where
drive_letter is the drive where your system is
installed, and group_name is the name of the group
that you want to remove deny write permissions for on the wwwroot folder and
its contents and subfolders.