Pregunta

¿Hay algún documento-bases de datos, similar a MongoDB, que se ejecutan en una aplicación Web ASP.NET, y podría ser alojado en un servidor sin ningún tipo de configuración de la máquina única?

Lo pregunto porque el proveedor de alojamiento que estoy actualmente con sólo el apoyo de SQL Server 2008 como una base de datos, pero me gustaría dirigir mi página web de una base de datos documental.

(O soy mejor ir con una serie de bases de datos especializadas, tales como MongoHQ )?

¿Fue útil?

Solución

I currently use MongoDB for ASP.NET apps and it works quite well ... however we have our own servers.

The question here seems more to do with the host then MongoDB, or CouchDB, etc.

In this case, yes ... I would say a good option would be to go with a hosting service like MongoHQ (they have quite reasonable rates compared to SQL Server hosts for example.)

That said why not just get a VPS that gives you total control of you Windows server?

You can find a Window VPS for reasonable prices and install whatever you want on them ... including MongoDB.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top