Posted by:
scoopseven
15 years, 7 months ago
After upgrading to Fast-CGI, my WordPress 2.1 image upload tool started asking for a password every time a image was uploaded. Turned out to be a permissions issue with WP/Fast-CGI-IIS that was solved by following the steps below from
Joseph Scott's Blog.
- Edit upload_tmp_dir option in php.ini. In my case I created an uploads folder in the wwwroot: upload_tmp_dir = “c:\inetpub\wwwroot\uploads”
- Create the c:\inetpub\wwwroot\uploads folder and grant the IUSR full control of it
- Create the uploads folder in your wp-content folder, for me this was in c:\inetpub\wwwroot\wordpress-trunk\wp-contents\uploads, then grant the IUSR full control of it
- Restart the IIS service (to pick up the php.ini change)
Share on Facebook