Server Error in '/' Application.

The request was aborted: The connection was closed unexpectedly.

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 request was aborted: The connection was closed unexpectedly.

Source Error:


Line 441:                        objWebRequest.Method = "GET";
Line 442:
Line 443:                        HttpWebResponse objWebResponse = (HttpWebResponse)objWebRequest.GetResponse();
Line 444:
Line 445:                        Stream objResponseStream = objWebResponse.GetResponseStream();

Source File: c:\Websites\subscriber.pagesuite-professional.co.uk\www\gateway.aspx.cs    Line: 443

Stack Trace:


[WebException: The request was aborted: The connection was closed unexpectedly.]
   System.Net.HttpWebRequest.GetResponse() +4240
   gateway.Page_Load(Object sender, EventArgs e) in c:\Websites\subscriber.pagesuite-professional.co.uk\www\gateway.aspx.cs:443
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +85
   System.Web.UI.Control.OnLoad(EventArgs e) +79
   System.Web.UI.Control.LoadRecursive() +117
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2854


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4465.0