Re: [PHP-WIN] PHP, network shares, and IIS5

2001-05-17 Thread JayAchTee
e also made for the user, not the system which will cuase > me problems. > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 29 April 2001 17:43 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] PHP, network shares, and IIS5 > >

RE: [PHP-WIN] PHP, network shares, and IIS5

2001-04-30 Thread Paul Smith
Thanks for all your help. You're right, I can't map a drive because IIS is running as a service under win2k and I can't use the user dependant drive mappings... I'll try this patched version? -> -Original Message- -> From: Daniel Beulshausen [mailto:[EMAIL PROTECTED]] -> Sent: 30 April

RE: [PHP-WIN] PHP, network shares, and IIS5

2001-04-30 Thread Daniel Beulshausen
At 11:05 30.04.2001 -0400, Romeo, Domenic A wrote: >Paul, > >I haven't been able to get a UNC path to work at all with any version of PHP >4 cgi or isapi. The last time it worked for me was with php 3.0.15 > >For now (until 4.0.6 is released) you can either map a permanent drive >letter for your s

RE: [PHP-WIN] PHP, network shares, and IIS5

2001-04-30 Thread Romeo, Domenic A
: [PHP-WIN] PHP, network shares, and IIS5 Howdy Paul. You'd think that running scripts from a network share wouldn't be all that different from pulling static files, but, it is. Recall that the NT LocalSystem metauser under which IIS runs is not allowed to access network stuff for securit

RE: [PHP-WIN] PHP, network shares, and IIS5

2001-04-30 Thread Dickerson, Monty
Howdy Paul. You'd think that running scripts from a network share wouldn't be all that different from pulling static files, but, it is. Recall that the NT LocalSystem metauser under which IIS runs is not allowed to access network stuff for security reasons. Therefore for IIS to get to network s

RE: [PHP-WIN] PHP, network shares, and IIS5

2001-04-29 Thread Paul Smith
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 29 April 2001 17:43 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP-WIN] PHP, network shares, and IIS5 Have you tried mapping the drive, then accessing them like that? Hi, I've been using PHP4 and IIS5 on Win2k and IIS

Re: [PHP-WIN] PHP, network shares, and IIS5

2001-04-29 Thread OoCobra97
Have you tried mapping the drive, then accessing them like that? Hi, I've been using PHP4 and IIS5 on Win2k and IIS5 for ages now. I now need to host some of my files on a network share instead of on a local drive. All that should need changing is the location on the files on IIS5, which is \\

[PHP-WIN] PHP, network shares, and IIS5

2001-04-29 Thread Paul Smith
Hi, I've been using PHP4 and IIS5 on Win2k and IIS5 for ages now. I now need to host some of my files on a network share instead of on a local drive. All that should need changing is the location on the files on IIS5, which is \\computername\share\folder. All the non-php sites still work OK af