The Image Manager project contains the code and class files to run the entire application.

Before you start, you will need to run the database.sql file against your SQL Server in Query Analyzer.

Once you run the script, make sure to do the following:

In the Images table in the Images database:

change the ImageID field to the primary key
change the Default Value of the DateAdded field to GetDate()

