...
- In IIS Manager create a new website.
Site name: Vendnovation
Physical Path: c:\Vendnovation
Hostname: blank - Edit the new Vendnovation App Pool.
- Ensure .NET CLR version is set to v4.0.
- Extract contents of Vendnovation.zip to c:\Vendnovation.
- Paste Vendnovation.zip onto desktop.
Right-click Extract All.
Info Files will be extracted to the folder c:\Artemis.
- Click Extract.
- Edit c:\Vendnovation\web.config (with notepad)
- Under the <appSettings> element, set ArtemisUserName to the external user created in Artemis. e.g. “hometown_vendnovation”.
- Set ArtemisPassword to the corresponding password.
Set ArtemisURL to the URL you will be using to get from Vendnovation service to Artemis.
Note If you are on the same server, it will be something similar to http://localhost/api/Vending/ depending on how you are handling the binding.
Set LogFilename to c:\Vendnovation\logs\log-{Date}.txt.
Note Unlike Artemis, this is XML and not JSON; therefore, there are no escaped backslashes in the path.
Change LogFilename to c:\\artemis\\logs\\log-{Date}.txt.
Note Note the double backslashes. This is JSON file so backslashes have to be escaped like this.
- Set IncludeExceptionDetailInFaults to False.
- Set directoryBrowse enabled to False.
- Save web.config.
- Start the Vendnovation website.