Hi all,
I have the following problem here. We have an intranet server and we have another server where we store Help documents. What I want to do is to write an ASP script on our intranet what dynamically generate a page, listing the foldernames as head titles and the filenames as links to the appropriate files.
It is working fine if I store the Help documents locally, but I could not make it work linking the intranet server to that other computer (\\Panther\Helpdocs\)
Set thisFolder = FSYS.GetFolder(FolderInfo)
gives me a "Path not found" error. If I do the same for local files it is fine...
Any ideas?
I have the following problem here. We have an intranet server and we have another server where we store Help documents. What I want to do is to write an ASP script on our intranet what dynamically generate a page, listing the foldernames as head titles and the filenames as links to the appropriate files.
It is working fine if I store the Help documents locally, but I could not make it work linking the intranet server to that other computer (\\Panther\Helpdocs\)
Set thisFolder = FSYS.GetFolder(FolderInfo)
gives me a "Path not found" error. If I do the same for local files it is fine...
Any ideas?