Web Connection is configured through a few configuration files. These files configure each of Web Connection's components for communication with each other. The following files are used:
- wc.ini
wc.ini configures the ISAPI DLL and resides in the same path as the DLL with the same name as the DLL. This file contains settings like where to put temp files, where to find your application server and which servers to load during COM operation. - Your Application's Server INI file
Each Web Connection server you build uses a copy of this INI file to configure its startup environment. This INI file also contains application specific settings which you can freely add using the various wwServerConfig objects to persist any custom properties. - wconnect.h
This header file configures Web Connection at compile time. The file contains a number of constants that determine class names, buffer sizes and the like. It also contains a most important DEBUGMODE flag that lets you switch between debug and development modes which results in different error handling characteristics.
The wc.ini and application INI files can be configured through the server's status form. The application settings can be interactively edited on the Server Status form, while the wc.ini settings are always set in the INI file directly.