We use ASP.NET (Framework 2) and set the database connection strings (SQL2005) in web.config.
We are currently using " providerName=SqlServer ".
All our data calls are performed using System.Data.SqlClient - should we change to providerName=System.Data.SqlClient ? I find many examples of this provider name on the Internet, but I explain very little what providerName = SqlServer really means.
Is there any difference? I'm worried that the provider name we are currently specifying actually refers to the old (and possibly slower) client, or is there an even more efficient client than SqlClient for use with ASP.NET?
Ali Mar 30 '11 at 9:55 2011-03-30 09:55
source share