I am using IIS7 on my local PC for PHP development. I have problem creating a writable file inside my document root where PHP would be allowed to write logs to.
I get this error:
Specified file is not writeable
How can I set a file to be writable by PHP? I tried right clicking the file and the Read-only checkbox is unchecked.