unforeseen Posted July 22, 2008 Share Posted July 22, 2008 Hi guys, have had a search on the forum and spent hours searching on the net (its nearly 3am here and im getting tired!) but still cant find a working solution: basically: mkdir("asdf"); returns: Warning: mkdir() [function.mkdir]: Permission denied in C:\Inetpub\wwwroot\kcw\members_files_uploadItem.php on line 10 im on Windows Server 2003 and am quite new to it, so i dont know how to set permissions but i think i set them right. i set full permissions to all the ones listed and also Network Service but it still didnt work any ideas? Link to comment https://forums.phpfreaks.com/topic/115939-solved-mkdir-permission-denied-on-iis-and-windows-server-2003/ Share on other sites More sharing options...
awpti Posted July 22, 2008 Share Posted July 22, 2008 Only the IUSR really needs any perms - should be at least full MODIFY perms. Link to comment https://forums.phpfreaks.com/topic/115939-solved-mkdir-permission-denied-on-iis-and-windows-server-2003/#findComment-596121 Share on other sites More sharing options...
unforeseen Posted July 22, 2008 Author Share Posted July 22, 2008 aye that made no difference though, i read somewhere that Network Service had to have permissions too... still no luck Link to comment https://forums.phpfreaks.com/topic/115939-solved-mkdir-permission-denied-on-iis-and-windows-server-2003/#findComment-596347 Share on other sites More sharing options...
unforeseen Posted July 22, 2008 Author Share Posted July 22, 2008 i should also mention im using the ISAPI module too... Link to comment https://forums.phpfreaks.com/topic/115939-solved-mkdir-permission-denied-on-iis-and-windows-server-2003/#findComment-596356 Share on other sites More sharing options...
unforeseen Posted July 22, 2008 Author Share Posted July 22, 2008 Problem seems to have solved itself. mkdir("Uploads/fdsa"); works correctly! Link to comment https://forums.phpfreaks.com/topic/115939-solved-mkdir-permission-denied-on-iis-and-windows-server-2003/#findComment-596362 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.