Installing the Web API - web.config

Hi

I am installing the Tessitura web API for the first time.

The documentation refers to four files that need to be placed within the web application:

 < Web Service application directory>/Tessitura.asmx;
 < Web Service application directory>/web.config;
 < Web Service application directory>/bin/Tessisutra.dll;
 < Web Service application directory>/bin/ TessituraCreditCardIntegration.dll;

There is no indication of where to find these files, so I'm presuming they are from the resources taken from our installation CD, in Tessitura Install\Web Interface\WebAPI. I can see the ASMX file here and the two DLLs (although the credit card one has a slightly different name), but no preconfigured web.config.

Should there be one supplied by Tessitura? Or does the documentation mean to start one from scratch with IIS and paste in the <appSettings> XML code from the documentation PDF itself?

Thanks in advance