I have created a Web API using .net framework and using entity framework 6.0.
I have multiple connection strings (suppose 2 connection strings are present in web.config) so that if one server is down then Entity Framework should connect to another server using second connection string.
Please suggest how can I achieve this?
Regards, Rashi