|
Home > Archive > IIS Server Security > July 2004 > WshShell Access
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Andrew 2004-07-27, 2:57 am |
| What permisions do I need to enable to allow the IUSR_ to
execute a command line program in IIS 6?
Eg, "cmd /c dir"
This works when logged onto web site as administrator but
not anonymously?
--Andrew
| |
| Bernard 2004-07-27, 8:01 am |
| It's bad idea to do this.
anyway, have you try grant iusr / iis_wpg read and execute permissions ?
--
Regards,
Bernard Cheah
http://www.tryiis.com/
http://support.microsoft.com/
http://www.msmvps.com/bernard/
"Andrew" <anonymous@discussions.microsoft.com> wrote in message
news:4a0e01c4739a$eeeb91b0$a601280a@phx.gbl...
> What permisions do I need to enable to allow the IUSR_ to
> execute a command line program in IIS 6?
> Eg, "cmd /c dir"
> This works when logged onto web site as administrator but
> not anonymously?
>
> --Andrew
| |
| Paul Lynch 2004-07-27, 8:01 am |
| On Mon, 26 Jul 2004 22:31:14 -0700, "Andrew"
<anonymous@discussions.microsoft.com> wrote:
>What permisions do I need to enable to allow the IUSR_ to
>execute a command line program in IIS 6?
>Eg, "cmd /c dir"
>This works when logged onto web site as administrator but
>not anonymously?
>
>--Andrew
Andrew,
By default the IUSR account in IIS6 does not have access to files in
the %windir%\System32 folder.
PRB: IIS 6.0: CGI Code That Calls External Applications May Fail
http://support.microsoft.com/?id=311481
Regards,
Paul Lynch
MCSE
| |
|
|
>-----Original Message-----
>On Mon, 26 Jul 2004 22:31:14 -0700, "Andrew"
><anonymous@discussions.microsoft.com> wrote:
>
to[vbcol=seagreen]
but[vbcol=seagreen]
>
>Andrew,
>
>By default the IUSR account in IIS6 does not have access
to files in
>the %windir%\System32 folder.
>
>PRB: IIS 6.0: CGI Code That Calls External Applications
May Fail
>http://support.microsoft.com/?id=311481
>
>
>Regards,
>
>Paul Lynch
>MCSE
>.
>
Thanks for the link, turns out that when I set the
permissions they were not always inherited from the top
level dir! I suppose I should have told it to replace
permissions on all files and subfolders etc! It's working
now.
-Andrew
| |
|
| I know, I always like to avoid it, but my client insists
on using it!
It turns out while I had the correct permissions, they
weren't being inherited from top level dirs. Thanks for
the info!
-- Andrew
>-----Original Message-----
>It's bad idea to do this.
>anyway, have you try grant iusr / iis_wpg read and
execute permissions ?
>
>--
>Regards,
>Bernard Cheah
>http://www.tryiis.com/
>http://support.microsoft.com/
>http://www.msmvps.com/bernard/
>
>
>
>"Andrew" <anonymous@discussions.microsoft.com> wrote in
message
>news:4a0e01c4739a$eeeb91b0$a601280a@phx.gbl...
to[vbcol=seagreen]
but[vbcol=seagreen]
>
>
>.
>
|
|
|
|
|