WebServer Properties

The following properties on the WebServer tab apply to all presentation project types:

Property

Description

Require SSL

If this property is true (checked), the web server will return a 403 error for any attempt to access this application without HTTPS.

Note: By default, the Require SSL property is set to true. Ensure that the Web Cluster firewall security settings in the ePortal Management website match the Require SSL property.

Application Pool Status After Deployment

Specifies one of the following desired states of an application as a default state after deploying the application:

Running - Indicates that the default state of an application will be in the Running state after deployment.

Stopped - Indicates that the default state of an application will be in the Stopped state after deployment.

Note: By default, the Application Pool Status After Deployment property is set to Running.

Application Pool Start Mode

Specifies the start mode to use for the web server (IIS) application pool that hosts the application. The choices are:

  • OnDemand – The application pool starts when the first access to the application occurs; after a period of inactivity, the application pool may be terminated.

  • AlwaysRunning – The application pool starts as soon as possible and remains running.

Stop Application Pool When Web Partition Offline

If it is set to true (checked), then the application pool is stopped when the Web Partition goes to the Offline state. This property is set to false by default.

Client Certificates

Specifies whether a client must be identified using a certificate before access is allowed. The choices are:

  • Ignore – If a client certificate is available, it is ignored. If no client certificate is available, access is allowed.

  • Accept – If a client certificate is available, it is validated before the client may access the server. If no client certificate is available, access is allowed.

  • Required – A valid client certificate is required before the client may access the server.

 

By default, the Enable 64 bit Application Pool property is set to False.