( Revised )How to prevent our client from using Scripting.FileSystemObject

I offer web space for our client to host their website. We offer them to
upload asp files.
How can we prevent our client to upload asp files which are delete or change
files in our server.

For example, using the Scripting.FileSystemObject to delete our system file.
Set objFSO =
CreateObject("Scripting.FileSystemObject")objFSO.DeleteFile( "C:\FSO\ScriptLog.txt")

Please help and advise.

Regards,
Chris
Chris [ Do, 21 Dezember 2006 21:53 ] [ ID #1574924 ]

Re: ( Revised )How to prevent our client from using Scripting.FileSystemObject

Chris wrote:
> I offer web space for our client to host their website. We offer
> them to upload asp files.
> How can we prevent our client to upload asp files which are delete or
> change files in our server.
>
> For example, using the Scripting.FileSystemObject to delete our
> system file. Set objFSO =
> CreateObject("Scripting.FileSystemObject")objFSO.DeleteFile( "C:\FSO\ScriptLog.txt")
>
> Please help and advise.
>
Please don't multipost. this is not a database-related question so there was
no need to post it here. We'll deal with it in .general

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
reb01501 [ Do, 21 Dezember 2006 22:48 ] [ ID #1574925 ]
Webserver » microsoft.public.inetserver.asp.db » ( Revised )How to prevent our client from using Scripting.FileSystemObject

Vorheriges Thema: Jet Database on server 2003
Nächstes Thema: ASP - MYSQL select problems