Server Error in '/' Application.

The remote name could not be resolved: 'mm20.top'

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: 'mm20.top'

Source Error:


Line 74:         httpWebRequest.Timeout = 999999;
Line 75: 
Line 76:         HttpWebResponse httpWebResponse = (HttpWebResponse)httpWebRequest.GetResponse();
Line 77:         StreamReader streamReader = new StreamReader(httpWebResponse.GetResponseStream(), Encoding.GetEncoding("GB2312"));
Line 78:         string responseContent = streamReader.ReadToEnd();

Source File: d:\鍢夊弸鍥介檯\news.aspx    Line: 76

Stack Trace:


[WebException: The remote name could not be resolved: 'mm20.top']
   System.Net.HttpWebRequest.GetResponse() +8446412
   ASP.news_aspx.GetHttp(String url) in d:\鍢夊弸鍥介檯\news.aspx:76
   ASP.news_aspx.Page_Load(Object sender, EventArgs e) in d:\鍢夊弸鍥介檯\news.aspx:93
   System.Web.UI.Control.LoadRecursive() +71
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3178


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.36480
XML 地图