Floor

Config File

The following parameter was added to the <appSettings> section of the Floor web.config file:

  • <add key="Tenant" value="Default"/>

The Tenant parameter is used to set a tenant name, which allows Floor to connect to multi-tenant environments. If you are not running a multi-tenant environment, leave the value as Default.

Version Information

Version information is now available from the installed file location.

  1. Navigate to C:\inetpub\wwwroot\Floor\bin.
  2. Right-click App_Code.dll.
  3. Select Properties. The version information is on the Details tab.

Plant

Config File

The following parameter was added to the <applicationSettings> section of the Plant2013.exe.config file:

  • <setting name="UseDefaultCredentials" serializeAs="String">
    <value>False</value>

The value can be one of the following:

  • True: Users are not required to enter their user name and password. The Plant application will open immediately.
  •  False: User will be prompted to enter a user name, password and domain.