I am trying to read data from a server on our network using VFPOLEDB.1
however I am getting an error
"Invalid path or file name"
which is caused by a permissions issue.
I have tried using the impersonate in web.config file and also set the application pool account in IIS to admin credentials
but still getting the error.
This worked fine I was debugging using my local machine but when debugging using
IIS server
it gave me the error.
Can anyone point me in the right direction please?
Many thanks