' / park'中的服务器错误更改名称服务器时的应用

时间:2017-04-10 18:35:37

标签: asp.net linux dns server

我在这里查看了文档,我觉得我在这里遗漏了一些东西。一位朋友在GoDaddy上更改了他的名字服务器。我没看到他做了什么,但他得到了这个错误:

Server Error in '/park' Application.

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

我不熟悉更改名称服务器后发生的事情,我不清楚他是否可能没有刷新dns或其他东西因为我看到ASP.NET被引用到底部而且这个站点应该指向一个linux服务器。

1 个答案:

答案 0 :(得分:1)

DNS可能需要24-48小时才能传播到所有DNS服务器。所以有些人可能仍然指向旧服务器。

看起来主人有某种停车"登录页面在服务器上,并且它有一个错误。由于停车应用程序在ASP.NET中,而您的应用程序不是ASP.NET,因此不必担心。

我会在几个小时内再次检查,看看它是否指向正确的位置。