views:

22

answers:

1

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

+1  A: 

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 :)

Gates VP