Help!!

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 年 前
Nopcommerce was accidentally uninstalled from my domain on Godaddy. I still have all the files (modules, etc.) and SQL database saved. But when I reinstall Nopcommerce again, it creates a new database. How do I link my old database and files to a reinstalled Nopcommerce??

Someone please help!!
13 年 前
If you have uploaded all the files, all you need to do is open the file called ConnectionStrings.config and add your connectionstring to that file, the format is like:
<add name="NopSqlConnection" connectionString="Data Source=my server;Initial Catalog=db name;Integrated Security=False;Persist Security Info=False;User ID=user id;Password=password;Connect Timeout=120"/>

Save the file and upload it, then you should be ready to go :)
13 年 前
Sorry, I'm somewhat a beginner at this...where would I find this config file?
13 年 前
shopanthropic wrote:
Sorry, I'm somewhat a beginner at this...where would I find this config file?


it should be in your root directory folder,

when you install nopCommerce, you get a folder "nopCommerceStore" webconfig file is saved in this folder
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.