Ok, I'm doing some file manipulation and having some permission problems.
The short story is I need to access a file on a mapped network drive read only, the file there has read writes set for everbody, but I'm guessing the web page is either nobody or httpd or something of the sort.
The long story is, to try to figure out who the web page is I've tried to create a file in the local directory (which I can read from just fine) and I also get an error... so... basically, how do I find out who the page is being? I have plenty of access to change permissions once I do this.
Running an IIS webserver if that matters.
-Rob
The short story is I need to access a file on a mapped network drive read only, the file there has read writes set for everbody, but I'm guessing the web page is either nobody or httpd or something of the sort.
The long story is, to try to figure out who the web page is I've tried to create a file in the local directory (which I can read from just fine) and I also get an error... so... basically, how do I find out who the page is being? I have plenty of access to change permissions once I do this.
Running an IIS webserver if that matters.
-Rob