clem_c_rock Posted October 8, 2006 Share Posted October 8, 2006 Hello,I'm trying to find out how to set the file permissions on an IIS server so I can execute file handling functions such as fopen, fputs, fclose ect.I know this is pretty basic but I've yet to find a solution.thanks for your help!Clem C Link to comment https://forums.phpfreaks.com/topic/23359-fopen-causing-permission-errors-on-iis/ Share on other sites More sharing options...
clem_c_rock Posted October 10, 2006 Author Share Posted October 10, 2006 PROBLEM SOLVED!The problem was that I was trying to grant the security permissions through IIS manager instead of simple old explorer. I just had to grant the default web viewing (in our case: IUSR_WW251) group permissions to the folder where the scripts were being read.Here's what I did:Windows Explorer >> Parent folder where scripts are reading/writing to files >> Sharing and Security >>Security tab >> Add >> Advanced >> Find Now >> choose default web user (IUSR_WW251) >> OK >> OK Link to comment https://forums.phpfreaks.com/topic/23359-fopen-causing-permission-errors-on-iis/#findComment-106854 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.