I have installed mongodb Replica Set, in the file mongod.conf has added BIND_IP as below
net:
port: 27017
bindIp: 127.0.0.1, 100.0.192.68
When I use robo3t to connect the "replica set" type the error, but when connected to the "Direct Connection" is successful.
error TYPE="Replica Set
Connection string C# "mongodb://100.0.192.68:27017,100.0.192.68:27017/databasename?safe=true&connect=replicaSet&replicaSet=r0"