What is the ServerController?

Every time you create a new IntraWeb Application*, the project wizard creates a form called IWServerController. All IntraWeb Application projects REQUIRE this form. Although at first it might not seem too important, and when you create you first IW application, you might not even open the form; the ServerController plays a very important role in an IW application. From it, you can control properties such as the port, SSL settings, and much more. This chapter explains the concepts of the ServerController.

Although at first it might not seem very important, and when you create you first IntraWeb application, you might not even open the form; the ServerController plays a very important role in an IW application. From it, you can control properties such as the port, SSL settings, and much more. This chapter explains the concepts of the ServerController.

* The form is ONLY created when working in APPLICATION mode with IntraWeb. When using PageMode, the ModuleController creates a server controller internally.

Properties

Most of the relevant properties of the ServerController are published and therefore accessible via the Object Inspector.
For information on the properties of the ServerController, please see the IntraWeb component reference help file.