I'm running IIS 5 on W2K. I have a simple script that tries to open a file and write data from an html form to the file. When I call fopen( "foo.txt", "a+" ); I get the following error:
Permission denied in c:\inetpub\wwwroot\test.php on line 78
Any ideas? I'm sure I have permissions to this directory, but do I have to somehow allow php write permission? Thanks!
-Glen