Server Error in '/' Application.

TCP Provider: An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: TCP Provider: An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.

Source Error:


Line 59: 
Line 60:         cmd.Connection = New SqlConnection(Application("con").ToString)
Line 61:         cmd.Connection.Open()
Line 62: 
Line 63:         cmd2.Connection = New SqlConnection(Application("con").ToString)

Source File: C:\Inetpub\vhosts\financedirectory.biz\httpdocs\handle.aspx    Line: 61

Stack Trace:


[SqlException (0x80131904): TCP Provider: An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.
]
   System.Data.ProviderBase.DbConnectionPool.GetConnection(Object owningObject) +317
   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnectionBase owningConnection) +90
   System.Data.ProviderBase.DbConnectionClosed.Open(DbConnectionBase outerConnection) +189
   System.Data.ProviderBase.DbConnectionBase.Open() +62
   System.Data.SqlClient.SqlConnection.Open() +168
   ASP.handle_aspx.Page_Load(Object sender, EventArgs e) in C:\Inetpub\vhosts\financedirectory.biz\httpdocs\handle.aspx:61
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +36
   System.Web.UI.Control.OnLoad(EventArgs e) +102
   System.Web.UI.Control.LoadRecursive() +45
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +952


Version Information: Microsoft .NET Framework Version:2.0.40607.42; ASP.NET Version:2.0.40607.42