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)
> I'm having hard time using FileInfo object.
>
[quoted text clipped - 8 lines]
>
> Thnx
dotnettester - 18 Jul 2005 21:34 GMT
Thanks,
Permissions were the actual problem. Even granting the read permissions
didn't work, until the folder was shared.
> its not the FileInfo object, you need network permissions to access a
> network share. impersonate a domain account first.
[quoted text clipped - 13 lines]
> >
> > Thnx