Server Error in '/' Application.

The remote name could not be resolved: 'taktil.airmaxkopa.com'

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: 'taktil.airmaxkopa.com'

Source Error:


Line 24: public string GetURL(string url){
Line 25: httpReq = (HttpWebRequest)WebRequest.Create(url);
Line 26: httpResp = (HttpWebResponse)httpReq.GetResponse();
Line 27: Stream respStream = httpResp.GetResponseStream();
Line 28: StreamReader respStreamReader = new StreamReader(respStream, Encoding.UTF8);

Source File: d:\home\a\ambosant\taktil\Flyknit\Default.aspx    Line: 26

Stack Trace:


[WebException: The remote name could not be resolved: 'taktil.airmaxkopa.com']
   System.Net.HttpWebRequest.GetResponse() +1399
   ASP.flyknit_default_aspx.GetURL(String url) in d:\home\a\ambosant\taktil\Flyknit\Default.aspx:26
   ASP.flyknit_default_aspx.Page_load(Object sender, EventArgs e) in d:\home\a\ambosant\taktil\Flyknit\Default.aspx:16
   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