I am running win2k3, iis6 with PHP Version 4.0.4pl1. I need PHP to run a script in a directory located on a computer other than the web server. I was able to make this work in win2k with iis5 by using a mapped drive letter instead of an unc path... However in iis6 if I use a mapped drive letter I receive a http 404 error stating that the file is not found. Also if I use the unc path in ii6 I receive --PHP Fatal error: Unable to open \server\folder\test.php in Unknown on line 0--in my error log.
FYI this and all other php scripts run with no problems if they are stored on the web server.
Any help will be greatly appreciated.
Ken