( Revised )How to prevent our client from using Scripting.FileSystemObject
- From: "Chris" <webstinmail@xxxxxxxxxxxx>
- Date: Fri, 22 Dec 2006 04:53:47 +0800
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
.
- Follow-Ups:
- Re: ( Revised )How to prevent our client from using Scripting.FileSystemObject
- From: Bob Barrows [MVP]
- Re: ( Revised )How to prevent our client from using Scripting.FileSystemObject
- Prev by Date: Re: ASP - MYSQL select problems
- Next by Date: Re: ( Revised )How to prevent our client from using Scripting.FileSystemObject
- Previous by thread: Reviewing my code. Displaying a BLOB image through a browser
- Next by thread: Re: ( Revised )How to prevent our client from using Scripting.FileSystemObject
- Index(es):
Relevant Pages
|