[PHP-WIN] Re: Virtual Remote Directories and IIS

2002-08-27 Thread Christoph Grottolo
Try to set 'check that file exists' in the IIS admin interface on the panel where you map .php to php4isapi.dll. Christoph Jeremy Johnson wrote: > Thanks for the reply. > > The IUSR_MACHINENAME account does exist and does have the proper > permissions set. > > Any other ideas? > > Thanks again.

Re: [PHP-WIN] RE: Virtual Remote Directories and IIS

2002-08-27 Thread Luis Ferro
The permissions must exist not only in the directory security but also in the share security and implying that the user "everyone" will work is a great streatch of the true (it won't work at all with the "everyone")... The permissions must be given explicitly to the IUSR_MACHINENAME and the IW

[PHP-WIN] RE: Virtual Remote Directories and IIS

2002-08-27 Thread Jeremy Johnson
Thanks for the reply. The IUSR_MACHINENAME account does exist and does have the proper permissions set. Any other ideas? Thanks again. .:j:. Michael wrote: - Probably your IUSR_MACHINENAME doesn't exist on the other machine, or do

[PHP-WIN] Re: Virtual Remote Directories and IIS

2002-08-26 Thread Tracker1
Probably your IUSR_MACHINENAME doesn't exist on the other machine, or doesn't have read/write/execute on the remote system.. usually when you connect to a remove fs for a virtual folder, it will request a username and password for iis to use for authentication... -- ==