Forum Moderators: coopster
Sorry if this is in the wrong forum. I didn't see an IIS one. I have a system I have been asked to install a PHP app on, and I've run into a road block.
I have successfully installed PHP 5, using IIS, and the code I'm using is working fine, except for a write problem. The code goes to write a temp file to a /temp folder in the apps root, and it fails.
So, I followed several tutorials (namely, one for Joomla) to setup the folder to be writable by the web server. The folder's security tab shows 2 users: the admin and anonymous Inet user. The Inet user has all options BUT full control turned on.
Is there something else I need to do to make the folder, in essence, chmod 777?
TIA!
I didn't see an IIS one
Yeah, there is one for IIS: Microsoft IIS Web Server and ASP.NET [webmasterworld.com]
I'm not sure on file permissions on Windows systems. Anybody else?