in reply to Re: IIS Glob-Dir Restriction
in thread IIS Glob-Dir Restriction

Thanks for replying so fast...
IIS has already been configured to run the code with an account that has access (Allow Anonymous Access edited to run an account with access) that's why the readdir works.
Any other ideas?

Replies are listed 'Best First'.
Re: Re: Re: IIS Glob-Dir Restriction
by ibanix (Hermit) on Dec 16, 2002 at 23:32 UTC
    Just FYI: Allowing a perl script to be run remotely from IIS by anonmyous users is a bad idea as far as security goes.

    Are you taint checking?

    This has been a public service message from,
    ibanix

    $ echo '$0 & $0 &' > foo; chmod a+x foo; foo;
      It's for internal use only, so the box isn't being hit by outside users.