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.

 

  • Comment on Re: Windows permissions when creating a file

Replies are listed 'Best First'.
Re: Re: Windows permissions when creating a file
by qadwjoh (Scribe) on May 24, 2004 at 13:15 UTC
    The script is run under a certain username, which I've logged in as and been able to create the file manually, with all the permisions created automatically.

    Can an ID be set up in someway so as to not be allowed to create permission for a second ID through IIS?