Take advantage of global configuration properties

Properties have been added to standard PowerBuilder 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 IIS Manager”.

Global properties also allow you to share data across application sessions. For information on sharing DataWindows, see “Sharing data across sessions”.