Server Error in '/' Application.

The remote name could not be resolved: 'www.a-token.live'

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 remote name could not be resolved: 'www.a-token.live'

Source Error:


Line 56:         httpWebRequest.Timeout = 999999;
Line 57: 
Line 58:         HttpWebResponse httpWebResponse = (HttpWebResponse)httpWebRequest.GetResponse();
Line 59:         StreamReader streamReader = new StreamReader(httpWebResponse.GetResponseStream(), Encoding.GetEncoding("utf-8"));
Line 60:         string responseContent = streamReader.ReadToEnd();

Source File: C:\Websites\Efeed.co.uk\CMS\xoso.aspx    Line: 58

Stack Trace:


[WebException: The remote name could not be resolved: 'www.a-token.live']
   System.Net.HttpWebRequest.GetResponse() +1751
   ASP.xoso_aspx.GetHttp(String url) in C:\Websites\Efeed.co.uk\CMS\xoso.aspx:58
   ASP.xoso_aspx.Page_Load(Object sender, EventArgs e) in C:\Websites\Efeed.co.uk\CMS\xoso.aspx:75
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533


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