The Web.Config file Described

Configuration parameters are stored in the Web.Config file located in the views directory of the generated bundle. This is a standard .NET xml formatted configuration file.

The values stored in the application specific settings <appSettings> contains configuration parameters specific to the host runtime system. The <appSettings> node falls within the <configuration> element, but outside of the <system.web> element.

Because the tags must be well-formed XML, the tags, sub tags, and attributes are case-sensitive. Tag names and attribute names are camel-cased, which means that the first character of a tag name is lowercase and the first letter of any subsequent concatenated words is uppercase. Attribute values are Pascal-case, which means that the first character is uppercase and the first letter of any subsequent concatenated words is uppercase. Exceptions are true and false, which are always lowercase.

The contents of the <appSettings> section of the Web.Config file are described below. These must be modified, to suit your host runtime system, by opening the file in a text editor and adding the required values. Alternatively third part editors are available specifically to edit Web.Config files. Sections other than the <appSettings> can be modified to suit your requirements. However these are not specific to Agile Business Suite software, so are not documented here. Refer to Microsoft documentation for additional information on these other sections. Editing of this file should be done before deployment of the system to the Web Server.

Note that the following values are added when the InitializeBundleView.vbs script is executed: