[Solved] Wordpress Requires FTP Account To Install/Update Plugins
Published on February 8th , 2022- Wordpress
- HTML
- CSS
- JS
- jQuery
Another wordpress on IIS issue. Let’s see how to solve it. I googled around about this a lot and finally this solution worked for me.
Basically what I had to do is create a new user and give it permission to the WordPress folder and it worked like a charm.
Solution
In IIS manager
- Go to Application pools and choose the one used by your Wordpress Blog.
- Right, Click and choose Advanced Settings.
- Change the Identity to LocalSystem
- Click OK to save changes.
Then on Sites,
- Choose your Wordpress Blog from the sites list
- Right Click on it and click on Edit permissions
- Go to security tab and click on Edit… (Group or user names)
- Click on add and type “Authenticated users”
- Click on Check Names to validate the username
- Click OK to save changes.
Thats it! Hope it helps.