I want to save XML files from a PHP script (original XML file and also create new XML file from old file) on a Windows Vista/7 with IIS 7开发者_开发技巧 pc.
From this question, How to save an XML file on the web server using PHP?, I found out that to save an existing file I needed to make that file writable by anyone. That question talks about suexec to give permission to PHP to write files. What is the equivalent in Windows/IIS?
Thanks.
You will have to set up the permissions yourself. Have a look at this: http://technet.microsoft.com/en-us/library/bb727008.aspx for how to do it.
精彩评论