IIS Modules

ABCD Lite uses two IIS modules for proper operation: URL Rewrite and Application Request Routing (ARR). These modules are necessary for correct request routing and reverse proxy processing.

URL Rewrite Module

URL Rewrite Module allows you to redirect and rewrite URLs at the web server level. In ABCD Lite, this module is used for redirecting requests to the correct applications and processing API routes.

Download and Installation

After installation, the "URL Rewrite" module should appear in IIS Manager.

Application Request Routing (ARR)

ARR is a reverse proxy module for IIS. It is used for performing reverse proxy request processing.

Download and Installation

How to enable ARR:

  1. Open IIS Manager
  2. Select the server in the navigation tree
  3. Open "Application Request Routing Cache"
  4. Click "Server Proxy Settings" in the right panel
  5. Check the "Enable proxy" checkbox
  6. Click "Apply" in the right panel

IIS ARR enable