Which user does PHP/IIS6 use to read/write files?

Posted by Stung on Server Fault See other posts from Server Fault or by Stung
Published on 2010-01-22T17:04:13Z Indexed on 2010/03/19 8:02 UTC
Read the original article Hit count: 188

Filed under:
|
|
|

Hi,

I've installed PHP5 (FastCGI) on IIS6 and is just wondering which windows user PHP uses to access the file system?

With ASP.NET for example, the ASPNET account is used to access the file system. But how about PHP?

I've read some post that suggest it uses the anonymous (i.e. IUSR) account. But isn't it a security breach if I give write access to the IUSR account?

Thanks!

© Server Fault or respective owner

Related posts about iis

Related posts about php