joejack0330
Technical User
We are running iis 6 and have a virtual directory on another server using unc pathing and it seems to work file when using to display indvidual files and even when we type in just the virtual directory name in browser, we can see a list of files. But, when trying to bring up list using following code, it doesn't like path and have tried all various combinations and when it's a local folder on iis server, it works fine.
Set objFSO = Server.CreateObject("Scripting.FileSystemObject")")
Set objFolder = objFSO.GetFolder("\webrpts")
webrpts is setup as unc \\app1\webreports and can browse fine and display fine and when make local drive and just put in something like c:\webreports, it works fine.
I tried permissions and all the help I could find but can't seem to get past this.
Thanks,
Joe
Set objFSO = Server.CreateObject("Scripting.FileSystemObject")")
Set objFolder = objFSO.GetFolder("\webrpts")
webrpts is setup as unc \\app1\webreports and can browse fine and display fine and when make local drive and just put in something like c:\webreports, it works fine.
I tried permissions and all the help I could find but can't seem to get past this.
Thanks,
Joe