Create new database on your hosting and run CompleteEcommerceWithASPNETCoreRazorPages.sql file. Create database user and assign dbo rights to the user.
  1. Unzip Main.zip file and upload to your hosting.
  2. Open appsettings.json file and change values of server name, database name,username and password in DefaultConnection tag as below:
    • Server: your server name
    • Database: your database name
    • user id: your username
    • password: your password
  3. Run website and login with default account:
    • Admin Panel (Admin Panel access)
      URL: http://www.yourdomain.com/Admin/Login
      Username: admin
      Password: 123
      Remember that you can change default admin URL in order to secure admin UI entry point.
    • Customer Panel (Customer Panel access)
      URL: http://www.yourdomain.com/customer/Login
      Username: cus2
      Password: 123