Merhaba arkadaşlar, Godaddy'den domain aldım ve ücretsiz bir hostda DNS'leri ayarladım. Fakat siteme girince böyle bir hatayla karşılaşıyorum. Çözümü nedir sizce?


No such host is known

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.Sockets.SocketException: No such host is known

Source Error:


Line 140: }
Line 141:
Line 142: if (InRange(System.Net.Dns.GetHostEntry(_parkedDomainProvider.Value.DomainName).AddressList[0].ToString()) == false)
Line 143: {
Line 144: Response.Clear();

Source File: d:\Sites\CDS\cds\controllers\page-controller.aspx.cs Line: 142

Stack Trace:


[SocketException (0x2af9): No such host is known]
System.Net.Dns.GetAddrInfo(String name) +6666430
System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6) +106
System.Net.Dns.GetHostEntry(String hostNameOrAddress) +109
CDSPageControllers_page_controller.get_DocumentRoute() in d:\Sites\CDS\cds\controllers\page-controller.aspx.cs:142
Atlantis.Framework.Web.CDSContent.CDSContentPageControllerBase.WhiteListCheck() +39
Atlantis.Framework.Web.CDSContent.CDSContentPageControllerBase.OnPreInit(EventArgs e) +28
System.Web.UI.Page.PerformPreInit() +37
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1104

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