Good Night, I'm developing a system in MVC 5 and C #, I have two SQLSERVER databases, one for Development and one for Production.
Please inform me how to configure WebConfig to accept these two connections and if I need to build some class that does this.
Better clarifying:
When we develop the application we have a development web server that communicates with a sqlserver database server for development, once this application is ready, it goes up to the production web server which should communicate with the SQLSERVER production server.
What do I need to do and configure webconfig to recognize which bank it should communicate to without having to change it manually as I have been doing.