从Web App丢失与mongodb服务器的连接
问题描述:
我的网络应用程序是连接到VM上的mongodb服务器的节点应用程序。从昨天晚上起,我无法连接到Mongodb服务器。 tcpping到服务器IP失败。任何关于如何解决这个问题的建议都非常感谢。
My web app is a node application that connects to a mongodb server on a VM. From yesterday night, I am not able to connect to the Mongodb server. tcpping to the server IP fails. Any suggestion on how to trouble shoot this is greatly appreciated.
答
尝试向上和向下扩展..看看它是否有帮助。 如果您在不同的应用服务计划上有另一个网络应用,请尝试从该网络应用程序中进行操作,看看它是否特定于一个Web应用程序(客户端)或服务器端。
Try scale up and down .. see if it helps. If you have another webapp on different app service plan, do try tcpping from that webapp and see if it is specific to one webapp (client-side) or server-side.