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

Reply via email to