Ask a Question related to ASP Components, Design and Development.
-
Chris #1
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 wSet
objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.DeleteFile("C:\FSO\ScriptLog.txt")
Chris Guest
-
NTFS-security and Scripting.FileSystemObject
Hello, I want to list my folders with ASP. I use following script to achieve this: Set oFSO = Server.CreateObject("Scripting.FileSystemObject")... -
Alternatives to using Scripting.FileSystemObject
Hi, I've got a freebie hosting mirror of my production personal website (sounds kinda grandiose, doesn't it?) at http://journeys.webhostme.com/.... -
Scripting.FileSystemObject problems
If I comment #2 to #5 no problems. If I uncomment #2, #4 and #5 the page hangs. Even did not reach the point to uncomment #3 So, whats wrong. Do i... -
Scripting.FileSystemObject
Hi everybody, found strange behavior in Scripting.FileSystemObject; only FileExists() method seems to work fine. All other methods cause browser... -
Scripting.FileSystemObject under stress
I'm having intermittent trouble with the Scripting.FileSystemObject. Basically, I'm stress testing my ASP application and using the FSO to output... -
Jon Paal #2
Re: How to prevent our client from using Scripting.FileSystemObject
IIS sets permissions for such things and the client is limited to folders/files only in their website.
"Chris" <webstinmail@yahoo.com.hk> wrote in message news:O4MnJHUJHHA.960@TK2MSFTNGP04.phx.gbl...>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 wSet objFSO = CreateObject("Scripting.FileSystemObject")
> objFSO.DeleteFile("C:\FSO\ScriptLog.txt")
>
>
Jon Paal Guest



Reply With Quote

