I'm running Win 2K Server and serving up pages via IIS.
Nothing on this server is directly exposed to the internet, nor will it ever be. I am trying to build an intranet app.
Without going into too much detail, I need to shell out at one point in my PHP app and schedule something on a workstation via AT. I can do it from command line, but from within PHP I get 'access denied'.
I understand that from IIS' perspective I'm not logged in as me, I'm logged in as IUSR_<server_name>. I have even gone so far as to give this user admin rights, still no joy.
For that matter, even something simple like this fails :
dir \server_name\d$
If I try to exec() this directly, it cannoct fork. If I try to exec a batch file that does this, it's 'access denied'.
I CAN successfully exec() a dir on a share that I set up on the workstation, so I'm convinced this is a permissions issue.
Any help would be much appreciated.
John Pagakis
Email: john@pagakis.com
"You get older ... you start
having hopes for other people
rather than yourself."
-- Bob Dylan
This signature generated by
... and I Quote!!(tm) Copyright (c) 1999 SpaZmodic Frog Software, Inc.
www.spazmodicfrog.com