Using IIS on a desktop, I have created an Intranet (of sorts) for my corporate network. Although I have used VB and VBS before, I am new to using it for .ASP.
My question is... is there a problem using the Scripting.FileSystemObject with Server applications? I have a folder, which contains numerous subfolders, which all contain files (let just say .pdf files for now). The .ASP aplication uses the Scripting.FileSystemObject engine to search recursively throught the folders to build the Web page of links to the docments.
I am mainly concerned with security issues. The .ASP is scripted so that none of the actual paths of the virtaul directories are actually sent to the client browser (as far as I can tell).
So, is this a problem or is it an acceptable way of coding this type of .ASP application?
********************
What's the best way to get the answers you need?? See FAQ222-2244 for details!
My question is... is there a problem using the Scripting.FileSystemObject with Server applications? I have a folder, which contains numerous subfolders, which all contain files (let just say .pdf files for now). The .ASP aplication uses the Scripting.FileSystemObject engine to search recursively throught the folders to build the Web page of links to the docments.
I am mainly concerned with security issues. The .ASP is scripted so that none of the actual paths of the virtaul directories are actually sent to the client browser (as far as I can tell).
So, is this a problem or is it an acceptable way of coding this type of .ASP application?
********************
What's the best way to get the answers you need?? See FAQ222-2244 for details!