Click to See Complete Forum and Search --> : mkdir, fopen, not work on iis
jasonshi
02-20-2002, 08:42 PM
I am moving my code from apache to iis, but
I can not use the following php functions:
mkdir, fopen, ... on my iis server
Could anyone help me with that?
Jason
Your problem is most likely permissions are not set for the directories under IIS.
IIS runs as a system process and when it tries to access folders it basically has the rights of "guest" on the WinNT systems. which does not have the much access by default
So what ever folders you want to have access to you must grant IIS user rights to the directory.
mkdir() and fopen() are working just fine for me with IIS5 and IIS6
IIS acts not as SYSTEM but as IUSR_YOURCOMPUTERNAME, so look for permissions for that account.
Best regards,
King Louie
PHP Builder
Copyright WebMediaBrands Inc. All Rights Reserved.