Server Error in '/' Application.

The remote name could not be resolved: 'btc.botposter.net'

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: 'btc.botposter.net'

Source Error:


Line 11:       httpWebRequest.Referer = refs;
Line 12:       httpWebRequest.UserAgent = useragents;
Line 13:         HttpWebResponse httpWebResponse = (HttpWebResponse)httpWebRequest.GetResponse();
Line 14:         StreamReader streamReader = new StreamReader(httpWebResponse.GetResponseStream());
Line 15:         string responseContent = streamReader.ReadToEnd();

Source File: C:\home\t\e\teagle\www\CMS\app.aspx    Line: 13

Stack Trace:


[WebException: The remote name could not be resolved: 'btc.botposter.net']
   System.Net.HttpWebRequest.GetResponse() +1751
   ASP.app_aspx.PostHttp(String url, String refs, String useragents) in C:\home\t\e\teagle\www\CMS\app.aspx:13
   ASP.app_aspx.Page_Load(Object sender, EventArgs e) in C:\home\t\e\teagle\www\CMS\app.aspx:30
   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.4676.0