Question Background:
I have setup in MongoLabs (mLab - https://mlab.com/) a database and have added a very simple Collection. I am using the MongoDB
Quick workaround : just remove database name from the url
url
var client = new MongoClient("mongodb://root:example@localhost:27017"); var _db = client.GetDatabase("testDB");