I'm running PHP 5 and IIS 5. When I run an exec() command to a network path, it doesn't work (even the IP address, so I know it isn't a resolve issue).
Specifically, I believe that the reason it isn't working is because the account that is running the program is IWAM_<machine>, a local account on <machine> that isn't authenticated on my network. The same commands work on the command line, but that's because I (an authenticated user on the domain) am running them, rather than the internet user account.
Anyone run into this before? Know how to change the internet user account, or set it to the logged in user?