Not that I would ever recommend running WordPress on IIS but some of us have to due to the powers-that-be requiring the use of a Microsoft platform. That being the case we’ve been running into trouble regarding permissions and the running of updates. So, just in case you’re searching for a solution to this particular problem I figured I’d post what we did here in hopes that you’ll find these instructions useful.
- In Windows Explorer, go to Inetpub_MySite > Properties > Security, click the Edit button.
- In the Group or user name pane, highlight Everyone
- In the Permissions pane, scroll down and check the box next to Write.
- Click the Apply button. Pop up alerts you to the resetting of the security permissions.
- Do not click OK or close dialogue box.
- In a browser, go to mysite.url/wp-admin, log in as admin
- Click update now in the yellow bar.
- Click update automatically.
- When update is complete, return to the Windows Explorer dialogue box used above.
- In the Permissions pane, scroll down and uncheck the box next to Write.
- Click the Apply button. Pop up alerts you to the resetting of the security permissions.
- Click OK and OK to close the Security and Properties dialogue boxes.