Re: [PHP-WIN] permission denied

2003-01-13 Thread Anthony Ritter
t: Monday, January 13, 2003 9:35 PM Subject: RE: [PHP-WIN] permission denied > Is the file on Your local machine, or on your ISP's web server? (Because I > doubt they are running web servers on windows 98) > > If it is running on your ISPs server. Create a 'data' folder

RE: [PHP-WIN] permission denied

2003-01-13 Thread Sean Malloy
Is the file on Your local machine, or on your ISP's web server? (Because I doubt they are running web servers on windows 98) If it is running on your ISPs server. Create a 'data' folder, and have them give the IUSR account modify access to the directory. That way the web server can read and write

Re: [PHP-WIN] Permission denied with copy function.. SOLVED

2002-11-14 Thread Scott Carr
Glad things are working for you now. Permissions can be a pain, definately. -- Scott Carr Documentation Maintainer http://documentation.openoffice.org OpenOffice.org Quoting Step Schwarz <[EMAIL PROTECTED]>: > Scott, you were right all along. I started searching ASP lists for help > because I

Re: [PHP-WIN] Permission denied with copy function.. SOLVED

2002-11-14 Thread Step Schwarz
Scott, you were right all along. I started searching ASP lists for help because I figure the permissions will be the same no matter what scripting language you're trying to upload files with. I found a post explaining that IIS uses a special user account called IUSR_ -- we added permission for th

Re: [PHP-WIN] Permission denied with copy function..

2002-11-14 Thread Step Schwarz
Oops! I actually meant to copy the whole list on this.. I need to remember to hit the "Reply All" button :) > What user is IIS running as? Does it have access to those directories? Thanks for thinking of that -- we checked the permissions of the user set up to allow anonymous access to the site

Re: [PHP-WIN] Permission denied with copy function..

2002-11-13 Thread Scott Carr
What user is IIS running as? Does it have access to those directories? -- Scott Carr Documentation Maintainer http://documentation.openoffice.org OpenOffice.org Quoting Step Schwarz <[EMAIL PROTECTED]>: > Sorry to post two questions in the space of 24 hours, but I'd very much > appreciate a fr