The information in this article applies to:
Product: Metastorm BPM
Version: 7.x
Issue
- The Metastorm BPM Version 7 Installation Guide refers to ASP.NET configuration settings that can be changed in the file machine.config. However, these settings aren't found in the machine.config file for .NET 2.0.
Resolution
These settings are in the machine.config file installed by .NET 1.1. However, with .NET 2.0, if the default values are changed, the appropriate XML must be added to the file.
The setting may be added to the relevant section if the section already exists. If the section doesn't exist, it must be created.
For example, the following section needs to be added if the default value of 2 is changed for the maximum number of connections:
Machine.config for .NET 1.1 can be used as a guide for modifying the .NET 2.0 file. A copy can be downloaded from this page.