ARR: Setting Up for Outlook Anywhere

Config proxy

Using ARR as a load balancer for Exchange requires special settings for Outlook Anywhere. IIS setting 1. Open the IIS console and click Request Filtering. 2. On the Actions menu, click Change Function Settings … 3. Change the value Maximum allowable length of the content: 2147483648 (2GB) then click OK. Farm configuration 1. Go to …

Read more



Redirect HTTP to HTTPS over IIS

Regle ajoutee

In this tutorial, we’ll see how to automatically redirect http requests to https under IIS. Prerequisites : Valid configuration of your site with SSL. Have the Rewrite module installed under IIS. The Rewrite module is available with Web App Redirect HTTP to HTTPS 1. Open the IIS console, go to site 1 where the redirection …

Read more



Installing a Let’s Encrypt certificate on IIS

Introducing Let’s Encrypt Let’s Encrypt is a free certificate authority that issues certificates for securing Internet sites. The process is fully automated and instantaneous. The advantage is to be able to pass your site in HTTPS free. Installing a certificate under IIS 1. Download WACS which is a client that allows the generation of your …

Read more



Vbs: IIS log rotation script

Unlike linux, Windows does not have a task for log rotation. Below is a Vbs script that allows you to do this rotation.