Configure the IIS server that hosts relay server to work with Application Request Routing (ARR).
Disable these two IIS features to support ARR:
- Idle time-outs – Because all HTTP requests go through ARR, the worker process for the Default Web Site must always be running. You can configure the worker process to always run by disabling the Idle Time-Out setting in the application pool process model for the relay server.
- Application pool recycling – Prevent an application pool from recycling unexpectedly.
- Open IIS management console.
- In the Connections pane, select Application Pools then choose DefaultAppPool.
- Click Actions, then Advanced Settings.
- Change the Idle Time-out (minutes) value to 0.
- Click Actions, then Recycling.
- Uncheck Regular time intervals (in minutes).