Error in RemoteConnect.Connect() err=WNetAddConnection2 returned: 1203

Go To StackoverFlow.com

0

This is an ASP.NET, C# application. I am trying to save a file on a server, but I am getting below error:

Error in RemoteConnect.Connect() err=WNetAddConnection2 returned: 1203 msg=No network provider accepted the given network path.

Here now I am trying to save on my local machine, path I am using is C:\Docs but I am getting the above error.

Please any help would be appreciated ?

2012-04-03 20:56
by msbyuva


0

I got the answer finally, the path I gave was local machine path but I need to give a Network path which will be like this "@\ComputerName\FolderName"

2012-04-16 13:44
by msbyuva
Ads