Home All Groups Group Topic Archive Search About
Author
22 Feb 2006 2:49 PM
jasminess
hello. i disabled the file system object for my iis 6. but i have a search
code for my site  written by asp that uses the fso.
if  i enable fso,  other users who upload their files by ftp to server read
others files, server's system info, drives etc.
how can stop this. can i enable fso for some spesific users?

Author
23 Feb 2006 1:34 AM
Ken Schaefer
You could set NTFS permissions so that only some users can access the
scrrun.dll file

Or you could set NTFS permssions on all the content so that only the
properly authorised users can read it using the FSO

Cheers
Ken

Show quoteHide quote
"jasminess" <cun***@yahoo.com> wrote in message
news:%23vGoM77NGHA.3196@TK2MSFTNGP09.phx.gbl...
: hello. i disabled the file system object for my iis 6. but i have a search
: code for my site  written by asp that uses the fso.
: if  i enable fso,  other users who upload their files by ftp to server
read
: others files, server's system info, drives etc.
: how can stop this. can i enable fso for some spesific users?
:
:
:
Author
23 Feb 2006 2:59 PM
jasminess
i have a few web site which users upload  files by ftp. and everyone has
execute access for asp.
if someone upload such that code and gets my system info how can i stop
this.? i have a search page with asp code .if i disable fso my search page
doesnt work
is tehere a way to accomplish this without disabling the fso.

Show quoteHide quote
"Ken Schaefer" <kenREM***@THISadOpenStatic.com> wrote in message
news:ebckFlBOGHA.140@TK2MSFTNGP12.phx.gbl...
> You could set NTFS permissions so that only some users can access the
> scrrun.dll file
>
> Or you could set NTFS permssions on all the content so that only the
> properly authorised users can read it using the FSO
>
> Cheers
> Ken
>
> "jasminess" <cun***@yahoo.com> wrote in message
> news:%23vGoM77NGHA.3196@TK2MSFTNGP09.phx.gbl...
> : hello. i disabled the file system object for my iis 6. but i have a
> search
> : code for my site  written by asp that uses the fso.
> : if  i enable fso,  other users who upload their files by ftp to server
> read
> : others files, server's system info, drives etc.
> : how can stop this. can i enable fso for some spesific users?
> :
> :
> :
>
>
Author
23 Feb 2006 4:59 PM
Daniel Crichton
jasminess wrote  on Thu, 23 Feb 2006 16:59:00 +0200:

> i have a few web site which users upload  files by ftp. and everyone has
> execute access for asp.
> if someone upload such that code and gets my system info how can i stop
> this.? i have a search page with asp code .if i disable fso my search page
> doesnt work
> is tehere a way to accomplish this without disabling the fso.

Run each site under a different user account. Only allow each account access
to the directories/files for that site.

Dan