ASP Unleashed Online Store Application Setup

To set up the sample ASP Unleashed Online Store application, follow these steps:
  1. Create an ASP Application in a virtual directory on your Web server. Name the virtual directory aspstore.

  2. Create an Images folder under the application's root.

  3. Create a Products folder under the Images folder.

  4. Copy all of the image files for the products to the Images\Products folder.
    The product image files are those that begin with a three- character alpha prefix followed by a four-digit number before the filename extension (ex. jls0819.jpg).

  5. Copy the other image files to the Images folder.

  6. Copy the remainder of the files (*.asp, *.inc, *.asa, *.mdb) to the application's root folder.

  7. Use the ODBC Data Source Administrator to create a System DSN named aspstore. This DSN should point to the Microsoft Access database aspstore.mdb located in the application's root folder.

  8. Your sample Online Store application is now ready for visitors! They can browse to http:\\servername\aspstore.