Simple Car Auction
Adapted from project https://github.com/DarianJeptha/Car-Auction-CSharp
Changes:
- convert database to use MS SQL
How to set up:
- download the project with git or as a zip
- restore the auction.bak file to your MS SQL instance (or run the db_script.sql to create the db via script)
- update your web.config accordingly to point to the database on your instance