3
Answers

Third party web services

Hi, I am consuming netsuite webservies in MVC 5.
 
facing one error could u any one help me?
 
error: An existing connection was forcibly closed by the remote host
Exception Details: System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
 
WebResponse webResponse = webRequest.GetResponse();
Answers (3)