Re: [PHP-DB] works on production server but not on localhost :: fix

2003-11-19 Thread CPT John W. Holmes
From: "Paul Ihrig" <[EMAIL PROTECTED]>

> how weird is this
> just had to uncheck "allow anonymous access".
> and keep checked "Integrated Windows authentication"
>
> just seems a bit silly...
> every thing works fine now.

Of course it works because you're now running the PHP scripts as yourself,
and you have permission to read/write to the directory in question.

If you use anonymous access, like it was said before, PHP runs as the IUSR_*
account. So, in order for it to work, that user must have read/write
permissions for the directory.

---John Holmes...

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP-DB] works on production server but not on localhost :: fix

2003-11-19 Thread Paul Ihrig
how weird is this
just had to uncheck "allow anonymous access".
and keep checked "Integrated Windows authentication"

just seems a bit silly...
every thing works fine now.

thanks for the help!
will have better questions for you all in a day or so...
-paul

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php