Answers for "sql server configurations the connection name 'defaultconnection' was not found in the applications configuration or the connection string is empty."

SQL
0

Exception message: The connection name 'SqlServices' was not found in the applications configuration or the connection string is empty.

<connectionStrings><add name="DefaultConnection" connectionString="Data Source=YourServername;Initial Catalog=YourDBname;Integrated Security=True;MultipleActiveResultSets=True" providerName="System.Data.SqlClient" /></connectionStrings>
Posted by: Guest on December-15-2020

Code answers related to "sql server configurations the connection name 'defaultconnection' was not found in the applications configuration or the connection string is empty."

Code answers related to "SQL"

Browse Popular Code Answers by Language