Previous Next

Thread: iis and PHP

Last post 07-23-2007 2:45 AM by Zhao Ji Ma - MSFT. 1 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (2 items)

Sort Posts:

  • 07-21-2007, 5:55 PM

    • dc_duo
    • Not Ranked
    • Joined on 07-21-2007, 3:31 PM
    • Posts 1

    iis and PHP

    This is probably in the wrong section but here we go. I am unsure if this an IIS problem or a PHP problem but my guess would be the earlier as since I upgraded to Vista ultimate I have had problems. I cannot get PHP to write files to disk, I have allowed all the permissions in the security tab but still nothing. Is there anyone out there that can help. 

  • 07-23-2007, 2:45 AM In reply to

    Re: iis and PHP

    Hi dc_duo,

    Did you mean the security settings in IIS or the file system? If you just want to create or write to a file using PHP, then the PHP application needs the write permissions on the file system. Please make sure the user account has write permission to both the folder and the file(if the file exists). And here are the accounts that the write permissions should be granted to according to the authentication method:

    * The logon user must have permissions when you are using Integrated Windows authentication or Basic authentication.

    * The IUSR_MachineName account should have the permissions if the anonymous access is enabled.

    However, if you are not certain which account is currently used by your PHP application, you can try the everyone group instead. This should be the simplest solution and can be used to verify the issue.

    Hope it helps. 

    Zhao Ji Ma
    Sincerely,
    Microsoft Online Community Support

    “Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
Page 1 of 1 (2 items)
Page view counter