Add writing permission to PHP on IIS 7

前端 未结 3 1952
名媛妹妹
名媛妹妹 2020-12-12 22:41

I need a PHP script to have writing permission in a directory. PHP 5.3 is running as FastCGI under IIS 7 with windows server 2008 as OP. On my php error logs, I got \"permis

3条回答
  •  不知归路
    2020-12-12 22:51

    You need to give PHP writing permission, not IIS. This means the user account that PHP is running on needs permission (probably the same one IIS is running on).

提交回复
热议问题