is this code work with in the different sources
192.168.25.25(Initial Catalog=STORE)(StoredProcedure = storeroom)
192.168.25.26(Initial Catalog=STORE)(StoredProcedure = storeroom)
<add name="connTemplate" connectionString="Data Source=192.168.25.25;Initial Catalog=STORE;User ID=ST;Password=ST123;Connect Timeout=200; pooling='true'; Max Pool Size=200"
providerName="System.Data.SqlClient" />
<add name="connBackUp" connectionString="Data Source=192.168.25.26;Initial Catalog=STORE;User ID=ST;Password=ST123;Connect Timeout=200; pooling='true'; Max Pool Size=200"
providerName="System.Data.SqlClient" />