我把我们的网络托管移到了亚马逊EC2。一开始一切都很顺利。在过去的几天里,我得到了这个错误:
The requested name is valid, but no data of the requested type was found这似乎是一个DNS问题,我不知道如何处理这个问题。
有人从EC2实例中看到此错误吗?
更多信息:它是一个windows实例。向上查找是当前机器的反向查找。调用堆栈如下所示:
SocketException (0x2afc): The requested name is valid, but no data of the requested type was found]
System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6) +7987115
System.Net.Dns.GetHostAddresses(String hostNameOrAddress) +544
ClientDependency.Core.UriExtensions.IsLocalUri(Uri uri) +184发布于 2012-04-02 01:50:50
这不是专门针对亚马逊EC2的Windows问题。
其他经历过此错误消息的人报告了以下列方式解决该错误的方法:
netsh int ip reset重置Windows /IP堆栈https://serverfault.com/questions/373890
复制相似问题