This section explains the configuration of IIS for the eRecruiter ASP.NET applications.

IIS Additional Modules

The following Modules need to be installed:

URL Rewrite (https://www.iis.net/downloads/microsoft/url-rewrite)

Application Request Routing (https://www.iis.net/downloads/microsoft/application-request-routing)

Feature Delegation

The IIS feature delegations of Windows Authentication, Form Authentication and Anonymous Authentication must be set to Read/Write.

Application Pool

The application pools can either be created through the IIS Manager or with the Windows PowerShell tools for IIS. The following application pools should be created - this list may vary by the actually installed applications:

The application pools should be created with the following options:

It is recommended to delete all other application pools that are not used for security and performance reasons.

Application Sites

After creating the application pools the actual application sites need to be created. The following application sites should be created - this list may vary by the actually installed applications:

The bindings for each application need to be configured according to the domain names that should be used by the application.