Connect to remote MongoDB instance from ASP.NET
问题 I'm having some trouble nutting out why I'm unable to connect to a new database I've created at MongoHQ. I want to include the correct connection string in my Web.config file and have my Mongo object refer to that for the database connection. The connection strings (edited, obviously) are: Public Access mongo flame.mongohq.com:27065/dunedin -u {username} -p {password} AWS Internal Access mongo flame.local.mongohq.com:27065/dunedin -u {username} -p {password} Obviously, I've included my