Okay... stilll having problems. Got Domain1\Webserver and Domain2\FileServer. (Yes the files must remain here for our production software.)
I have given IUSR_PCName (Anony web user accnt) Full Permissions to the share and the folder/files. The IUSR accnts a mirrored on both domains. Same User/Pass. I get the message Path not found when my script runs. Is there a way to better track why I am not seeing this? I tried Auditing on the file and server, but nothing shows up... I can't figure out if this is permissions, poor coding (the same script runs from my test system, on the same domain of the FileServer). Any ideas. How can I get more info on why this is not working?
Dim objFSO, objFolder, strPhysicalPath
strPhysicalPath = "\\Dell2400\KPDP2\Layouts\"
Set objFSO = CreateObject("Scripting.FileSystemObject"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
'Next line gets the error.
set objFolder = objFSO.GetFolder(strPhysicalPath)
I have given IUSR_PCName (Anony web user accnt) Full Permissions to the share and the folder/files. The IUSR accnts a mirrored on both domains. Same User/Pass. I get the message Path not found when my script runs. Is there a way to better track why I am not seeing this? I tried Auditing on the file and server, but nothing shows up... I can't figure out if this is permissions, poor coding (the same script runs from my test system, on the same domain of the FileServer). Any ideas. How can I get more info on why this is not working?
Dim objFSO, objFolder, strPhysicalPath
strPhysicalPath = "\\Dell2400\KPDP2\Layouts\"
Set objFSO = CreateObject("Scripting.FileSystemObject"
'Next line gets the error.
set objFolder = objFSO.GetFolder(strPhysicalPath)