file system object

file system object

am 22.02.2006 15:49:42 von 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?

Re: file system object

am 23.02.2006 02:34:19 von 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

"jasminess" 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?
:
:
:

Re: file system object

am 23.02.2006 15:59:00 von 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.

"Ken Schaefer" 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" 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?
> :
> :
> :
>
>

Re: file system object

am 23.02.2006 17:59:23 von 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