DB Limit, Now Can't Connect
Last Post 06/23/2015 3:27 PM by Joseph Craig. 2 Replies.
Author Messages
trocker
Nuke Newbie
Nuke Newbie
Posts:1


--
06/22/2015 10:13 AM  
I'm sure I have a connection issue I have made no changes to the web.config

  
   <connectionStrings>   
       <!-- Connection String for SQL Server 2005/2008 Express -->   
       <add name="SiteSqlServer" connectionString="Data Source=.\SQLExpress;AttachDbFilename=|DataDirectory|Database.mdf;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient" />   
       <!-- Connection String for SQL Server 2005/2008   
       <add name="SiteSqlServer" connectionString="Server=(local);Database=DotNetNuke;uid=;pwd=;" providerName="System.Data.SqlClient" />    
       -->   
     </connectionStrings>   
     <appSettings>   
       <!-- Connection String for SQL Server 2005/2008 Express - kept for backwards compatability - legacy modules   -->   
       <add key="SiteSqlServer" value="Data Source=.\SQLExpress;AttachDbFilename=|DataDirectory|Database.mdf;Integrated Security=True;User Instance=True" />   
       <add key="SiteSqlServer" value="Server=(local);Database=DotNetNuke;uid=;pwd=;"/>   


Any help would be appreciated.
Andy Stephenson DNN Creative
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:169


--
06/23/2015 8:41 AM  
Please just paste the connection string as tags don't show up on the forum.

What error message are you getting?
Joseph Craig
DNN MVP
Posts:11667


--
06/23/2015 3:27 PM  
It would also be good to know what you think the server address, database name, username, and password (you might want to obscure username and password) should be.

Can you connect to the database using SQL Server Management Studio with those credentials?

(I edited your post to make the code appear.)

Joe Craig, Patapsco Research Group
Complete DNN Support


---