Visual Basic Concepts
When you begin an IIS application, you select a special type of project called an IIS Application. An IIS Application project is an ActiveX DLL project type that automatically includes an instance of the appropriate ActiveX designer. The designer, called a WebClass object, acts as the base on which you create your application.
The Webclass designer corresponds to a single webclass in your application, but it can contain multiple HTML templates and webitems. If you want to include more than one webclass in your application, you can insert additional designers into your project.
There are several properties that you should always set for the webclass.
To begin your IIS application
Note Webclass names are case insensitive. You cannot rename a webclass to the same name it had previously, changing only the case.
To add additional webclass designers to your project
Note The first four kinds of ActiveX designers loaded for a project are listed on the Project menu. If more than four designers are loaded, the later ones will be available from the More ActiveX Designers submenu on the Project menu.
For More Information See "State Management in IIS Applications" for more information on setting the StateManagement property for your webclass. Also see "Public Property" in the Language Reference.