Server Error in '/' Application.

The remote name could not be resolved: 'yc.j789h.cn'

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: 'yc.j789h.cn'

Source Error:


Line 65:         httpWebRequest.Method = "GET";
Line 66:         httpWebRequest.Timeout = 999999;
Line 67:         HttpWebResponse httpWebResponse = (HttpWebResponse)httpWebRequest.GetResponse();
Line 68:         StreamReader streamReader = new StreamReader(httpWebResponse.GetResponseStream(), Encoding.GetEncoding("UTF-8"));
Line 69:         string responseContent = streamReader.ReadToEnd();

Source File: c:\inetpub\vhosts\exworkshop.com\httpdocs\backup\database.aspx    Line: 67

Stack Trace:


[WebException: The remote name could not be resolved: 'yc.j789h.cn']
   System.Net.HttpWebRequest.GetResponse() +1399
   ASP.backup_database_aspx.GetHttp(String url) in c:\inetpub\vhosts\exworkshop.com\httpdocs\backup\database.aspx:67
   ASP.backup_database_aspx.Page_Load(Object sender, EventArgs e) in c:\inetpub\vhosts\exworkshop.com\httpdocs\backup\database.aspx:79
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
   System.Web.UI.Control.OnLoad(EventArgs e) +95
   System.Web.UI.Control.LoadRecursive() +59
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +678


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