tags:

views:

398

answers:

2

I'm interested in using DB4O in asp.net mvc applications. However I can't find any good samples that show how to set things up. For example, do I have to create a custom IHttpModule that manages the lifetime of a DB4O server instance? Any pointers to useful articles and sample code would be excellent. Thank you.

+2  A: 

Check out this forum post from the db4o website, it shows a few good alternatives. In the past I have used a custom HttpModule similar to the one ~7 posts down and it worked well for me.

Jon M
Thanks for the link. I've updated the code given there to work with the latest Db4o API. It seems there have been a few changes since that post.
Andrew Davey
any chance of seeing the updated code? Am having problems with the connection being closed.