I installed MongoDB on WIndows server as a service. I am trying to access DB from my personal computer using IP of remote server and port 27017. I followed multiple tutorials but everything is failing. Below is the config file.
dbpath = C:\DB\data
logpath = C:\DB\log\mongod.log
logappend=true
port = 27017
bind_ip = 0.0.0.0
auth = true
I have allowed port 27017 in firewall.