Server Error in '/' Application.

The underlying connection was closed: An unexpected error occurred on a send.

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.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send.

Source Error:


Line 71: 
Line 72: Dim oRequest As WebRequest = WebRequest.Create(Set_RequestURL)
Line 73: Dim oResponse As WebResponse = oRequest.GetResponse()
Line 74: Dim oStream As Stream = oResponse.GetResponseStream()
Line 75: Dim oStreamReader As New StreamReader(oStream,Encoding.Default)

Source File: D:\Solaris\domains\phlautoparts.com\httpdocs\index.aspx    Line: 73

Stack Trace:


[WebException: The underlying connection was closed: An unexpected error occurred on a send.]
   System.Net.HttpWebRequest.CheckFinalStatus() +677
   System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) +140
   System.Net.HttpWebRequest.GetResponse() +249
   ASP.index_aspx.Page_Load(Object Sender, EventArgs E) in D:\Solaris\domains\phlautoparts.com\httpdocs\index.aspx:73
   System.Web.UI.Control.OnLoad(EventArgs e) +67
   System.Web.UI.Control.LoadRecursive() +35
   System.Web.UI.Page.ProcessRequestMain() +750


Version Information: Microsoft .NET Framework Version:1.1.4322.2502; ASP.NET Version:1.1.4322.2505