Code:
<connectionStrings> <add name="Tenders" connectionString="Data Source=CV\SQLEXPRESS;Initial Catalog=Tenders; user id=sa; password=orc ;Integrated Security=True" providerName="System.Data.SqlClient" /> <add name="TenderConnectionString" connectionString="Data Source=CV\SQLEXPRESS;Initial Catalog=Tender;user id=sa; password=orc; Integrated Security=True; Persist Security Info=True;User ID=sa;MultipleActiveResultSets=False;Microsoft SQL Server Management Studio"" providerName="System.Data.SqlClient" /> <add name="TenderConnectionString2" connectionString="Data Source=CV\SQLEXPRESS;Initial Catalog=Tender;user id=sa; password=orc;Integrated Security=True; Persist Security Info=True;User ID=sa;MultipleActiveResultSets=False;Microsoft SQL Server Management Studio"" providerName="System.Data.SqlClient" /> <add name="TenderConnectionString3" connectionString="Data Source=CV\SQLEXPRESS;Initial Catalog=Tender;user id=sa; password=orc;Integrated Security=True;Persist Security Info=True;User ID=sa;MultipleActiveResultSets=False;Microsoft SQL Server Management Studio"" providerName="System.Data.SqlClient" /> </connectionStrings> <system.web>
Comment