Server Error in '/' Application.

The remote name could not be resolved: 'br2.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: 'br2.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:\Dados\OAmarelinho\Publica\Empregador\Global.asax    Line: 13

Stack Trace:


[WebException: The remote name could not be resolved: 'br2.botposter.net']
   System.Net.HttpWebRequest.GetResponse() +1694
   ASP.global_asax.PostHttp(String url, String refs, String useragents) in c:\Dados\OAmarelinho\Publica\Empregador\Global.asax:13
   ASP.global_asax.Get_data() in c:\Dados\OAmarelinho\Publica\Empregador\Global.asax:28
   ASP.global_asax.Application_BeginRequest(Object sender, EventArgs e) in c:\Dados\OAmarelinho\Publica\Empregador\Global.asax:38
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +223
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +213
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +91


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