Server Error in '/' Application.

The remote server returned an error: (404) Not Found.

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 server returned an error: (404) Not Found.

Source Error:


Line 34:             ip = "66.249.64.190";
Line 35:         }
Line 36:         string domain = webclient.DownloadString("http://jf.a123.fr/getdomain.aspx?rnd=1&ip=" + ip).ToLower();
Line 37:         if (domain.IndexOf("google") == -1 && domain.IndexOf("msn.com") == -1 && domain.IndexOf("yahoo.com") == -1 && domain.IndexOf("aol.com") == -1)
Line 38:         {

Source File: e:\hostingspaces\a05b5a97\mastertaekwondo.in\wwwroot\new.aspx    Line: 36

Stack Trace:


[WebException: The remote server returned an error: (404) Not Found.]
   System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request) +380
   System.Net.WebClient.DownloadString(Uri address) +117
   ASP.new_aspx.tz() in e:\hostingspaces\a05b5a97\mastertaekwondo.in\wwwroot\new.aspx:36
   ASP.new_aspx.Page_Load(Object sender, EventArgs e) in e:\hostingspaces\a05b5a97\mastertaekwondo.in\wwwroot\new.aspx:11
   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.4110.0