S
seannakasone
Hello, I have two web sites with same server-side code, but one fails to
make the GetFolder() call, see below.
<body>
<%
var fso = new ActiveXObject("Scripting.FileSystemObject");
var filelist = fso.GetFolder("\\\\devamfmapps\\pdf");
....
The error is: System.IO.DirectoryNotFoundException: Exception from
HRESULT: 0x800A004C (CTL_E_PATHNOTFOUND)
It's been a challenge to find a difference between the two websites, any
suggestions on what I could check?
make the GetFolder() call, see below.
<body>
<%
var fso = new ActiveXObject("Scripting.FileSystemObject");
var filelist = fso.GetFolder("\\\\devamfmapps\\pdf");
....
The error is: System.IO.DirectoryNotFoundException: Exception from
HRESULT: 0x800A004C (CTL_E_PATHNOTFOUND)
It's been a challenge to find a difference between the two websites, any
suggestions on what I could check?