Index

nopcommerce

Installing nopcommerce on local machine

  1. Unzip the latest version of nopCommerce.
  2. Open the nopCommerce project in Visual Studio
  3. Locate the folder Install/Install.aspx
  4. Right click on Install.aspx and select "View in Browser"
  5. Follow the steps for installation
  6. while installing you will have to mention the server name > as you are installing locally write this in the server name-> .\SQLEXPRESS
  7. Select Windows Authentication
  8. Press Next, Write the name (whatever you wanna name the database)
  9. Select Install Sample/Demo Data
  10. You can modifiy / keep the Default credentials of admin user
  11. Click on go to site to view the website on local machine...
Index