views:

135

answers:

1

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?

+1  A: 

It depends on the permissions your hosting environment allows...

Embedded version in an ASP.Net hosted environment

sqlray
Thanks - that covers the second part of my question (i.e. dependencies), but what about a best practice for actually implementing it?
Bennor McCarthy
The download http://ravendb.net/tutorials contains an MVC sample and the google group is an active community where I am sure you can find answers to specifics.
sqlray