N
Nalina Vemparala via .NET 247
Hi!
I am creating a web service in which the web method makes call to a function in which I have to read some files on the network drives. I used the unc path to access this file.
I am getting an error the file doesn't exist or the path to this file doesn't exist.
I tried to map the network drive and tried using the absolute path still doesn't work.
The same code works in a windows application. But If I access this code through web service this error appears.
Could anyone please help me with this.
Your help is much appreciated
I am creating a web service in which the web method makes call to a function in which I have to read some files on the network drives. I used the unc path to access this file.
I am getting an error the file doesn't exist or the path to this file doesn't exist.
I tried to map the network drive and tried using the absolute path still doesn't work.
The same code works in a windows application. But If I access this code through web service this error appears.
Could anyone please help me with this.
Your help is much appreciated