Hi
Running PHP 5.4 over IIS8 and win server 2012, and I'm getting this:
"The directory is not writable by the Web process: C:\inetpub\wwwroot\basic\web/assets"
How can I give PHP write permission on a web folder ?
SOLVED going to folder's properties, security edit permissions, and granting write permission to Users group.