in reply to Re: Re: Re: Unlink on NT
in thread Unlink on NT
Yes, if you give the IUSR_MACHINE_NAME user read/write access to the directory containing the file then that would work for anyone running the script - as long as you haven't password protected the site.
Assuming you're using IIS, if you enable password protection, the username/password someone enters must match a local domain user and the script will then run with that user's permissions. In that case you'd want to set permissions using a group or for 'Everyone'. But if passwords are not enabled, ignore this paragraph altogether.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: Unlink on NT
by strikr (Initiate) on Oct 18, 2002 at 16:52 UTC | |
by grantm (Parson) on Oct 18, 2002 at 18:41 UTC |