Visual Basic Concepts

Beginning Your IIS Application Project

See Also

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

  1. Start a new project and select IIS Application as your project type.

  2. In the Project Explorer window, open the Designers folder, then double-click on the designer to display it in the main window.

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

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.