This app uses an (included) api for it's back-end. The api AdventureWorks.WebServices must be running for the app to work. It's configured to use IISExpress but will work with IIS as well (using localhost on port 2112).
- Start the website
- Select x86 or x64 (to run on your local machine)
- Select AdventureWorks.Shopper from the list of projects
- Select Local Machine and start the app.
If you get the app error "Service is unreachable" make sure the api is running by visiting http://localhost:2112