I have been using IIS6 and PHP Runner for some time now and everything has been working very well. I am in the process of upgrading the servers to Windows 2008. In my Test lab I have migrated all the website and they are all working except for the file upload part. If I change the V directory to something local to the IIS servers C:\ it will work. If I change it to the local D:\ it works but if I change it to a network share I get an error "Write to File Failed". Okay so I'm thinking it is NTFS permissions. I matched the NTFS permissions on the C:\ and D:\ to the network share, I even added the everyone group to the entire folder thinking that would fix it.... Wrong! still the same error. Now I added the everyone to this folder for testing I do not plan on using it on production. I thought I was pretty sharp with IIS7 but I guess I'm not. What am I missing.
Thank You.