I have two windows server 2008 servers. One is a web server one is a file server. A php script runs on the web server and is supposed to write to the other server. I am getting a permissions error.

I have given the full UNC path in the php copy command. I also gave IUSR read write permissions and it is still not working.

link|improve this question
It depends a bit on how you have PHP set up, but for starters have you looked at the identity of the application pool its running under and tried giving that identity permissions? – Coding Gorilla Jan 26 at 16:54
I set it as my domain account and it still is giving permission errors. – chronoz Jan 26 at 17:43
On the destination server try the user: [SERVER NAME]\NETWORK SERVICE – Coding Gorilla Jan 26 at 18:31
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.