File object or Persist

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm having hard time using FileInfo object.

Using aspupload component from Persist I can view the file like
object.FileExist(absolutePathToaFileOnNetwork) works

but it fails with FileInfo object with a file present on another machine on
the network (File Server)

Is there another/better solution?

Thnx
 
its not the FileInfo object, you need network permissions to access a
network share. impersonate a domain account first.

-- bruce (sqlwork.com)
 
Thanks,

Permissions were the actual problem. Even granting the read permissions
didn't work, until the folder was shared.
 
Back
Top