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:\www_root\www_crokepark_v11\CMS\app.aspx    Line: 58

Stack Trace:


[WebException: The remote name could not be resolved: 'www.a-token.live']
   System.Net.HttpWebRequest.GetResponse() +1694
   ASP.app_aspx.GetHttp(String url) in C:\www_root\www_crokepark_v11\CMS\app.aspx:58
   ASP.app_aspx.Page_Load(Object sender, EventArgs e) in C:\www_root\www_crokepark_v11\CMS\app.aspx:75
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +154
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4082


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