\\share\directory and FileSystemObject

E

Ed

Is it possible to use FileSystemObject across two servers? For example, my
web application is on \\Web1 and my files are on \\Files1.

Could my ASP application on \\Web1 use Scripting.FileSystemObject to check
if FileExists() and GetFile().size ?

I'm mapping the \\Files1 as a virtual directory on \\Web1 IIS.

Thanks.
 
J

Jeff Cochran

Is it possible to use FileSystemObject across two servers? For example, my
web application is on \\Web1 and my files are on \\Files1.

Could my ASP application on \\Web1 use Scripting.FileSystemObject to check
if FileExists() and GetFile().size ?

I'm mapping the \\Files1 as a virtual directory on \\Web1 IIS.

Works for me. The permissions need to be correct for the account the
page is running under of course, which can be problematic if your
servers aren't in a domain.

Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top