Take Advantage of Global Configuration Properties

Properties have been added to standard PowerBuilder Classic controls to enhance the application presentation in the .NET environment and to improve application performance.

These properties are listed in Global Web Configuration Properties. You can set them on the Configuration tab in the .NET Web Forms project painter.

The global properties are generated in the Web.config file in the main folder for your PowerBuilder .NET Web Forms project under the IIS server root. After deployment, you can edit the file directly, or you can modify the global properties using the IIS Manager.

For information on how to modify global properties in the IIS Manager, see Viewing and Modifying Global Properties in the IIS Manager.

Global properties also allow you to share data across application sessions. See Sharing Data Across Sessions.