I have a couple of applications with asp.net mvc 3 and mongodb.
For the asp.net mvc app regular windows hosting.
For the mongodb i am using unix hosting (since it cost in several times lower than windows hosting).
Also you may need:
- Official c# driver for mongodb: github
- Official driver documentation: docs
- Great ui tool (like management studio for sql server) for mongodb: mongovue
- And mongodb manual ;)
That's all. Hope this help you quickly start development.
What do you think about combining the
two?
Mongodb good fit for many web applications, it can be easy used with asp.net mvc 3 since exists nice driver for c# that contatins all latest features.