Training
Module
Introduction to Azure Route Server - Training
Evaluate whether Microsoft Azure Route Server is appropriate for resolving delays and outages in network communication.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
by IIS Team
This topic leads the reader through the steps to install Microsoft Application Request Routing (ARR) Version 2 for IIS 7 and above.
To successfully install Microsoft Application Request Routing Version 2 for IIS 7 and above and its dependent modules.
The ARR Version 2 installer package contains the following components:
The steps outlined in this document will install all four components.
This walkthrough requires the following prerequisites:
Important
ARR Version 2 RTW supports upgrading from ARR Version 1 RTW and from ARR Version 2 RC. If any other version of ARR is already installed, uninstall both ARR and URL Rewrite before proceeding.
Note
Note that the corresponding configurations will be lost.
Download the Microsoft Application Request Routing release from the following locations:
https://download.microsoft.com/download/4/D/F/4DFDA851-515F-474E-BA7A-5802B3C95101/ARRv2_setup_x86.EXE
).https://download.microsoft.com/download/3/4/1/3415F3F9-5698-44FE-A072-D4AF09728390/ARRv2_setup_x64.EXE
).To install Application Request Routing:
Open a command prompt with administrator user rights.
Stop the WAS and WMSVC processes by entering the following:
net stop was /y
net stop wmsvc /y
This step is necessary because ARR installs a Hotfix (KB 954438 (https://support.microsoft.com/kb/954438
)).
Run ARRv2_setup_<architecture>.exe; for example:
ARRv2_ setup_x86.exe
ARRv2_setup_ x64.exe
Accept the End User License Agreement (EULA).
The installers for the four components are launched one after another.
Complete the installation.
To check the installation status, refer to the %TEMP%\arr_setup.log file. If all packages have installed successfully, you will see the following:
Completed the Microsoft Application Request Routing for IIS7 Setup.
Installation results - Look in the respective msi log files (msiname.log) for more details.
(Optional) For troubleshooting purposes, the downloaded executable can be unpackaged. Launch the executable file with /T:<full path> and /C options. This command will unpackage just the four MSIs, which can be launched manually one at a time. If the MSIs are installed manually, they must be installed in the following order:
For more information, launch the executable file with the /? option.
Start the WAS and WMSVC processes by entering the following:
net start was
net start wmsvc
net start w3svc
This step is optional but recommended.
All HTTP requests and responses for the content sites go through Application Request Routing. Given this, you would want the worker process for the Default Web Site on Application Request Routing to always run, regardless of whether the worker processes for some of the sites are running or not.
In this step, you will disable the Idle Time-Out under the application pool process model for the Default Web Site.
To change the application pool process model using the UI:
Launch IIS Manager.
Select Application Pools.
By default, DefaultAppPool is the corresponding application pool for the Default Web Site. Select DefaultAppPool. In the Actions pane, under Edit Application Pool, click Advanced Settings…
Change the Idle Time-out (minutes) value to 0 to disable the setting. Click OK to save the changes.
To change the application pool process model using the command-line:
Open a command prompt with administrator user rights.
Navigate to %windir%\system32\inetsrv
.
Using appcmd, enter
appcmd.exe set apppool "DefaultAppPool" -processModel.idleTimeout:"00:00:00" /commit:apphost
This step is optional but recommended.
Similarly, disable the application pool recycle setting so that the application pool does not recycle unexpectedly for ARR.
To change the application pool recycle setting using the UI:
Launch IIS Manager.
Select Application Pools.
By default, DefaultAppPool is the corresponding application pool for the Default Web Site. Select DefaultAppPool. In the Actions pane, under Edit Application Pool, click Recycling…
Clear the Regular time intervals (in minutes) checkbox.
To change the application pool recycle setting using the command-line:
Open a command prompt with administrator user rights.
Navigate to %windir%\system32\inetsrv
.
Using appcmd, enter
appcmd.exe set config -section:system.applicationHost/applicationPools /[name='DefaultAppPool'].recycling.periodicRestart.time:"00:00:00" /commit:apphost
Repairing Application Request Routing involves running the downloaded package again. Follow the steps outlined in Step 2 - Install Microsoft Application Request Routing Version 2.
To remove Application Request Routing completely, you must remove the four packaged components individually.
Open Control Panel.
Click Program and Features.
Locate the following four components and uninstall one at a time:
You have now successfully installed Application Request Routing and the dependent modules, and are ready to configure and use the features. For a quick overview and more information, see %PROGRAMFILES%\IIS\Application Request Routing\ARR\_ReadMe.htm
.
Training
Module
Introduction to Azure Route Server - Training
Evaluate whether Microsoft Azure Route Server is appropriate for resolving delays and outages in network communication.