首页 > 解决方案 > Connect MongoDB from remote machine using C#

问题描述

I have installed Mongodb on one server on port 27017, when I am trying to access the monogdb using c#, it is failing. but able to connect to mongodb that is installed locally 127.0.0.1:27017. From internet I came to know that we need to bind_ip to 0.0.0.0 but did not work, may i have done in wrong way.

Please let know the steps how to connect to remote mongodb using c# or steps to bind ip.

Thanks, Raj4ms

标签: c#mongodb

解决方案


推荐阅读