Could not Upload file in network mapped drive using asp.net/vb.net

Posted by Hasan on Server Fault See other posts from Server Fault or by Hasan
Published on 2012-10-15T15:23:49Z Indexed on 2012/10/15 15:39 UTC
Read the original article Hit count: 377

Filed under:
|
|

I have tried several times to upload file remotely to a mapped network drive, but it is raising an exception:

Could not find a part of the path 'X:\test\testing.wav'.

I read through various internet /blog/ Microsoft help sites, but I still don't know what is wrong.

Does anyone know what is causing this problem and how I can correct it?

It works fine when I am uploading to a local drive as a test. It is also working When I am running the code from the development server, but if I try with published code, then it fails. :(

© Server Fault or respective owner

Related posts about ASP.NET

Related posts about network-share