Question

I need to be able to browse from our intranet server onot a file server and list folders/files.

I have it working with FileSystemObject on server 2003, IIS6, but it is very slow for folders with a lot of files.

What's the best was of doing this with IIS7, classic ASP on windows 2008 32bit please?

Does FSO work with IIS7? Is there a more efficient way (indexing service, windows search????)?

Thanks.

Was it helpful?

Solution

If you say UNC Addresses are the correct way, then i don't see what else could speed this up besides the network itself.

This may be something you would want to cache every so often or on call, then pull the files from a single cache file or database so it response immediately. Basically pulling the files from a stored dataset, rather than directly from the server each time.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top