Mongodb 64ビットがインストールされたリモートサーバーがあり、mongodを実行したままにしました。自宅から接続するテストをしています。次の接続文字列 C# を使用します。
connectionString = "mongodb://Administrator:mypassword@x.x.x.x:27017"
次のエラーで接続に失敗しました:
Unable to connect to server x.x.x.x:27017: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond x.x.x.x:27017
サーバーに構成を設定する必要がありますか? または私の接続文字列で?