ASP Unleashed Online Store Application Setup
To set up the sample ASP Unleashed Online Store application,
follow these steps:
- Create an ASP Application in a virtual directory on your Web server.
Name the virtual directory aspstore.
- Create an Images folder
under the application's root.
- Create a Products folder
under the Images folder.
- 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).
- Copy the other image files to the
Images folder.
- Copy the remainder of the files (*.asp, *.inc, *.asa, *.mdb)
to the application's root folder.
- 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.
- Your sample Online Store application is now ready for visitors!
They can browse to
http:\\servername\aspstore.