PHP vs IIS
Posted: Tue Jul 09, 2002 9:52 am
Hi everyone
I'M currently having a problem using php with IIS 5.
My script tries to open a file ( write mode ), using (
fopen( "test.txt", "w" ); )
Actually, I receive the following message...
Warning: fopen("test.txt", "w") - Permission denied in C:\inetpub\wwwroot\counter.php on line 21
I guess that the problem is in my IIS configuration, so I've putted all the options for the base directory to allow read and write, but it does'nt seem to work
Anyone got an idea ?
Thank's in advance
I'M currently having a problem using php with IIS 5.
My script tries to open a file ( write mode ), using (
fopen( "test.txt", "w" ); )
Actually, I receive the following message...
Warning: fopen("test.txt", "w") - Permission denied in C:\inetpub\wwwroot\counter.php on line 21
I guess that the problem is in my IIS configuration, so I've putted all the options for the base directory to allow read and write, but it does'nt seem to work
Anyone got an idea ?
Thank's in advance