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?
Comment on
Re: Re: IIS Glob-Dir Restriction
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;
[reply]
[d/l]
Re: Re: Re: Re: IIS Glob-Dir Restriction
by
Anonymous Monk
on Dec 17, 2002 at 13:38 UTC
It's for internal use only, so the box isn't being hit by outside users.
[reply]
In Section
Seekers of Perl Wisdom