Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any hosting solutions for asp.net and MongoDB out there? [closed]

I'm looking for hosting that provides both asp.net (prefer .net 4) and MongoDB. Anyone know any providers?

like image 217
Micah Avatar asked Aug 25 '10 14:08

Micah


2 Answers

Micah:

Good question ... I am the founder of MongoHQ and we host MongoDB on top of multiple clouds (Amazon, Joyent, Rackspace, etc.). One of the companies that we have partnered with is AppHabor. They provide easy-to-use .NET application deployment and hosting and, through them, you can also provision MongoDB databases on MongoHQ and use us for your MongoDB hosting.

In general, this is the way that hosting is trending ... having people specialize in technologies and then partner together to provide the best experience.

Also, an important note to point out is that AppHarbor and the MongoHQ shared platform run inside the same network on Amazon. So, you get very low latency and the communication between your application and your database remains internal to the Amazon network. This is both good for speed and security.

I hope this helps. We have a great team that can answer additional questions if you have them! Good luck and happy deploying! :)

Jason

like image 79
Jason McCay Avatar answered Oct 20 '22 13:10

Jason McCay


Mongo has a list of available commercial service providers. Most of them are "private server" hosts. You're unlikely to find anything outside of privately hosted servers that will let you install Mongo on their system.

It's just too new, it's not like MySQL or SQL Server where many providers have just built separate farms for these things.

However, if you're already working with someone like "Maximum ASP.NET" and you just want to run a Mongo instance "somewhere", you can use MongoHQ. They're basically just a hosted database provider.

It may mildly affect performance, but let's be fair, if you can't afford a VPS, you're probably not that worried about performance :)

like image 45
Gates VP Avatar answered Oct 20 '22 12:10

Gates VP