我在共享主机配置中的Azure上运行了一个非常小的网站。我有一堆网络代码,涉及打开套接字,所有这些都能成功运行。
我编写了一些发送ping的代码,我得到了PingException
,内部异常为Win32Exception
,其描述为
There are no more endpoints available from the endpoint mapper
我猜这是因为我正在尝试发送ICMP请求,但任何指导都会受到赞赏,尤其是解决方法。
答案 0 :(得分:1)
我看到同样的错误。我相信这种情况正在发生,因为许多Azure服务(包括Web Apps)不允许出站ICMP: https://social.msdn.microsoft.com/Forums/en-US/71c85bea-572a-4232-87f8-3e45e674f08a/there-are-no-more-endpoints-available-on-azure-website?forum=windowsazurewebsitespreview