View Single Post
Old 07-28-2017, 02:30 PM  
Ferus
Bye - Left to do stuff
 
Industry Role:
Join Date: Feb 2013
Posts: 4,109
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>
Ferus is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote