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 8119769
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T04:54:18+00:00 2026-06-06T04:54:18+00:00

How do I switch the database that my entity model is connected to at

  • 0

How do I switch the database that my entity model is connected to at runtime?

If I have a training database and a production database, for example, how can I make my application switch between the two by changing a setting in the application.

  • 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-06-06T04:54:19+00:00Added an answer on June 6, 2026 at 4:54 am

    Justin Pihony has the correct answer.
    If you want to access both databases at the same time (switch back and forth) instead of changing config and restarting app…..then you have two settings one for Train and one for Prod then you do your context like so:

    string training = ConfigurationManager.ConnectionStrings["Train"].ToString();
    string production = ConfigurationManager.ConnectionStrings["Prod"].ToString();
    
    .....
    EFContext context = null;
    if (InTraining) 
       context = new EfContext(training);
    else
       context = new EfContext(production);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an Spring+Hibernate/Flex application that needs to switch dynamically between database schemas. To
I have an entity 4.0 model that is using a SqlServerCE database as its
I'm building an application with an underlying database that looks like a text-book example
I have a database that is read-only in nature. So it seems to make
I have an application that updates the database every so often but as soon
I have users stored in a database that has latitude and longitude set on
I have a database that was set up with the default character set SQL_ASCII.
I have a desktop application that on first execution prompts for the connection details
I use Entity Framework in my ASP.NET application (.NET 3.5) My model is simple:
We have an ASP.NET application that uses SQL Server to store its session state.

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.