01-22-06 11:10 PM
FYI: the implicit assumption here is that your php files are run using
anonymous authentication and that the default value has not been changed.
In general, you need to allow the remote authenticated user read/write
access. The blog entry has the explanation:
http://blogs.msdn.com/david.wang/ar...de.
aspx
PHP configuration merely allows fwrite() and fopen() to be invoked within
PHP; the user identity running php also needs to have corresponding
privilege to read/write to Windows or else the fwrite() and fopen() calls
still fail.
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Bob" <uctraing@ultranet.com> wrote in message
news:7n53t1dbglns7tn34drcrk73gbeba51ml6@
4ax.com...
> On Fri, 20 Jan 2006 11:41:46 -0600, ctrygstad
> <ctrygstad.21yj11@mail.webservertalk.com> wrote:
>
>
> go to whatever folder you are trying to write to in Explorer. Right
> click, look at the Security tab (Advanced). Look to see if IUSR_* has
> the ability to write files, etc.
>
>
[ Post a follow-up to this message ]
|