File permissions on IIS and WinServer2k3

A

Anonymous

Guest
I'm getting the following error messages upon trying to write to a file:

Warning: fopen(../scripts/vars2.php) [function.fopen]: failed to open stream: Permission denied in [PATH REMOVED]\flame.raleighcharterhs.org\test\admin\adminscripts\generalsettings.php on line 12

Warning: fwrite(): supplied argument is not a valid stream resource in [PATH REMOVED]\flame.raleighcharterhs.org\test\admin\adminscripts\generalsettings.php on line 23


chmod right? Well its not a linux box, or an apache server. I haven't worked with Winserver and IIS much, but the IT guy says that the permissions at least appear to be open.

Is anyone else experienced with a Windows setup?
 
I don't have much exp. in the Win2k3 box, but check the public rights of the folder. where u are trying to write the file
 
I just checked, and I am capable of accessing the file externally in a web browser. Beyond that I'll have to look.
 
sadisticmachine said:
I just checked, and I am capable of accessing the file externally in a web browser. Beyond that I'll have to look.
Access the file in Browser is READING not WRITING... please understand the difference
 
Back
Top