Write and Read operations connection string
Neela
20
Reputation points
I have an Azure SQL DB in two regions (replicated to secondary region) and using it in ASP.NET MVC web app hosted in the same regions. My Question is do I need to use two connection strings in my secondary region web app for handling Read and Write operations (One for Read and one for write). If so do I need to separate my code for read and write operations.
Sign in to answer