in reply to Windows permissions when creating a file
Your perl script is probably running in the security context of IUSR_YOURMACHINE.
When you create the file manually, you are probably using your own personal login credentials, which are probably not the same as IUSR_...
MSDN has useful info here.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Windows permissions when creating a file
by qadwjoh (Scribe) on May 24, 2004 at 13:15 UTC |