Windows in-process document database hosting

Are there any database documents like MongoDB that run in an ASP.NET web application and can be hosted on a server without any unique computer configuration?

I ask about this because at the hosting provider I currently only support SQL Server 2008 as a database, but I want to start my site from a document database.

(Or am I better off with a specialized database node like MongoHQ )?

+3
source share
1 answer

I am currently using MongoDB for ASP.NET applications, and it works pretty well ... however, we have our own servers.

, MongoDB CouchDB ..

... , , MongoHQ ( SQL Server, .)

, VPS, Windows?

Window VPS , ... MongoDB.

+3

Source: https://habr.com/ru/post/1784225/


All Articles