MongoDB 3.0 uses the C # Call after security authentication to encounter problems related to the "System. TimeoutException" type exceptions in MongoDB. Driver. Core. dll,

Source: Internet
Author: User
Tags mongodb version

MongoDB 3.0 uses the C # Call after security authentication to encounter problems related to the "System. TimeoutException" type exceptions in MongoDB. Driver. Core. dll,

An exception of the "System. TimeoutException" type occurs in MongoDB. Driver. Core. dll, but not in user code.

Operate the MongoDB class library version:

----------------------------------------------

MongoDB. Driver 2.3
MongoDB. Driver. Core 2.3
MongoDB. Bson 2.3

MongoDB version 3.0

Changes related to the connection string:

-----------------------------------------------

URL without security authentication: mongodb: // 127.0.0.1: 27017

Add the Security Authentication URL: mongodb: // [userName]: [userPwd] @ 127.0.0.1: 27017/[DataBaseName]

The key change is the last specified database. If not specified, it will be the default database.

Therefore, we generally use mongodb: // [userName]: [userPwd] @ 127.0.0.1: 27017 for testing.

The custom database name is not added, causing initialization error.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.