Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
amit thakur
0
109
1.4k
not able to make connection to remote server in c#
May 27 2016 4:10 AM
const string connectionString ="mongodb://username:Password@172.16.10.79:27017/Eventlog";
MongoClientSettings settings = MongoClientSettings.FromUrl(new MongoUrl(connectionString));
var client = new MongoClient(settings);
var server = client.GetServer();
var db = server.GetDatabase(databaseName);
Reply
Answers (
1
)
How to pass multiple values to web service in VB.net
capturing images from imaging devices