NopCommerce 1.9 Installation Help

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 yıl önce
I downloaded and went through the installation of 1.9 as I do not know MVC. All works fine and is setup on my local machine with no problem. I just purchased hosting on Winhost and after I upload the default files to the server and try and run the installation path, I am getting this error and did not get this when I ran the installation on my local machine



Server Error in '/' Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: The connection name 'LocalSqlServer' was not found in the applications configuration or the connection string is empty.

Source Error:


[No relevant source lines]

Source File: machine.config    Line: 252

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272

Any help is much appreciated!

Thanks
12 yıl önce
Have you checked the ConnectionString.config file?
All your sql connection info should be placed in there... well that's how it was in v1.7  Not absolutely sure in v1.9

Side note:  Take the jump to try MVC.  I was stuck in thinking about websites as "pages" but when I cleared my mind of it, MVC became friendlier.  Razor is wow!
12 yıl önce
Thanks! I needed to add a connection string to the connectionstring.config file. I have thought about looking at MVC, but just have not had the time. In the past I have worked with asp.net web forms are there advantages to MVC vs web forms or why would you choose MVC vs web forms.

Thanks
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.