System.InsufficientMemoryException: Insufficient winsock resources available to complete
Hi Friends,We are getting the below memory leakage exceptions when we are calling the WCF services from ASP.NET MVC application.
Please provide expert suggestions or solutuion.
EXCEPTION: System.InsufficientMemoryException: Insufficient winsock resources available to complete socket connection initiation. ---> System.Net.Sockets.SocketException: An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full 10.7.162.159:808
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
Thanks & Advance Wishes!!!!
Ramesh Muthiah