Andrew Davey
Andrew Davey

Reputation: 5451

How should I use DB4O in ASP.NET

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.

Upvotes: 2

Views: 1333

Answers (2)

Jon M
Jon M

Reputation: 11705

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.

Upvotes: 3

Related Questions