Quote:
Originally Posted by Ferus
Should look like this. If it dont work, look at the eventlog on the SQL server, if you get a deny event, because your premissions is not set right
Code:
<connectionStrings>
<add name="DefaultConnection" connectionString="Data Source=SERVERNAME\sqlINSTANCE;Initial Catalog=Databasename;User ID=sa;Password=sa" />
</connectionStrings>
|
Is it possible it could be any of these other options?
https://www.connectionstrings.com/sql-server-2008/