Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6889805
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T06:12:09+00:00 2026-05-27T06:12:09+00:00

RavenDB has the ability to run in ’embedded’ mode, which as far as I

  • 0

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 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T06:12:10+00:00Added an answer on May 27, 2026 at 6:12 am

    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:

    public static class Store
    {
        private static IDocumentStore store = createStore();
    
        private static EmbeddableDocumentStore createStore()
        {
            var returnStore = new EmbeddableDocumentStore();
            returnStore.DataDirectory = @"./PersistedData";
            returnStore.Initialize();
            return returnStore;
        }
    
        public static xxx Read(string key)
        {
            using (var session = store.OpenSession())
            {
    
                var anEntity = session.Query<xxx>().
                    Where(item => item.key == key).Single();
                return anEntity;
            }
        }
    
        public static void Write(xxx)
        {
            using (var session = store.OpenSession())
            {
                session.Store(xxx);
                session.SaveChanges();
            }
        }
    }
    

    The only downside so far is I don’t get the RavenDB management studio.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using RavenDB in In-Memory mode for unit testing. My queries are backed
I am experimenting with RavenDB embedded in my application. I am receiving a Type
I have some behavior that I don't understand. I'm using RavenDB, and I'm using
I was able to successfully run a simple test for RavenDB based on the
I want to insert document to the ravenDb. It has property named Description: I've
I'm playing with an embedded RavenDB => RavenDB-Embedded.1.0.499 package installed via NuGet in Visual
In RavenDB I understand when you require to count properties matching a certain criteria,
i want to use asp MVC with the Embedded RavenDB but it looks like
I am playing with the idea of using RavenDB as the data store for
I'm trying migrating an existing web application to use RavenDB. I currently have pages

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.