HomeHome Product Discus... Product Discus...SmithCartSmithCartSQL error 5.18 , new install of SC and clean install of 6.2.4SQL error 5.18 , new install of SC and clean install of 6.2.4
Previous
 
Next
New Post
10/11/2012 6:13 PM
 
I get this error when the Buy now module is added to a page.A critical error has occurred. A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 25 - Connection string is not valid)
 
New Post
10/11/2012 6:20 PM
 
Oh yeah. No errors during module installation
 
New Post
10/13/2012 8:00 PM
 
Hello,

Please confirm that you have the following 2 sql connection strings in your web config:

<|connectionStrings|>
<|add name="SiteSqlServer" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=dnn551cart;User ID=sa;Password=xxxx"/|>
<|/connectionStrings|>

<|appSettings|>
<|add key="SiteSqlServer" value="Data Source=.\SQLEXPRESS;Initial Catalog=dnn551cart;User ID=sa;Password=xxxxxxxxx"/|>
<|/appSettings|>
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartSQL error 5.18 , new install of SC and clean install of 6.2.4SQL error 5.18 , new install of SC and clean install of 6.2.4