Hi there ,I've downloaded Dashcommerce 3.0 and opened the sln in visual studio 2008 (I don't have IIS on my pc).
I then installed SQL express and run through the browser the installation page.
Everything worked well and I got the connection string I need to update in the webconfig file.
The problem is that I can't find which row I need to replace , There is now such a row like :
"<add name="dashCommerce"
connectionString="SOMETEXT" providerName="System.Data.SqlClient"
/>"
To replace with the new connection string.
And I even searched for "providerName="System.Data.SqlClient"" and didnt find anything.
I do have some nodes that start with "<add name="dashCommerce ... " But I'm not sure which I should replace.
Please advise.