RavenDB has the ability to run in ’embedded’ mode, which as far as I understand, should allow it to be run in a shared hosting environment.
Does anyone have any idea how it would work in an ASP.NET MVC application, and what the best practice for doing it would be?
Are there any dependencies in the hosting environment that I need to be aware of?
Yes.
I have RavenDB running in a shared hosting environment, http://www.winhost.com/, using ASP.NET MVC 3 and RavenDB 1.0.0.371 which was released somewhere around July 2011.
My code:
The only downside so far is I don’t get the RavenDB management studio.