在連接mongovue是連接不上問題:
Connection was refused
Unable to connect to server localhost:27017: 未將對象引用設置到對象的實例。.
Type: MongoDB.Driver.MongoConnectionException
Stack: 在 MongoDB.Driver.Internal.DirectMongoServerProxy.Connect(TimeSpan timeout, ReadPreference readPreference)
解決方法:
只需要下面三行不輸入任何東西即可。直接這樣測試便可連接成功。