-
Type:
Task
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: 1.10
-
Component/s: Connectivity
-
Environment:Visual Studio on Windows7
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Can Any body help me how to make connection string for MongoDB if conditional are as follows-
Database Name - ABC
Server Name - DEF1,DEF2
UserName - ankur
Password - ankur123
I have Created at My End below
"mongodb://ankur:ankur123@DEF1:27017,DEF2:27017/ABC?maxpoolsize=250;authSource=$external;authMechanism=PLAIN;safe=true"
and Error Occur - Exception: MongoDB.Driver.MongoConnectionException: Unable to connect in the specified timeframe of '00:00:30'.
Thanks.