Just looking around the new Azure website feature and striking your first hurdle. I am deploying a PHP site that writes cache data to the file system, but the application throws an error because the folder it wants to write to does not have write permission. Can I set permissions for folders or not?
Perhaps I can get around this, but I would like to know if this is possible.
kenxl source
share