Posted on: 1/23/2014 12:58:03 AM | Views : 598

I think there is something wrong with my providerName is of different type than Provider in my connection string in Web.config.
Because this connection string Provider is sqloledb the providerName must be different accordingly.

<connectionStrings> <add name="one" connectionString="Provider=sqloledb;Data Source=...,1433;Initial Catalog=...;User Id=...;Password=****;" providerName="System.Data.SqlClient" /> </connectionStrings>

Go to the complete details ...