Install and configure IIS on a GN4 server

Build 1501 on 14/Nov/2017  This topic last edited on: 21/Mar/2016, at 18:34

This topic applies on a IIS server, and on a test server/client.

If IIS is not installed by default (typically on test beds based on non-server computers)

Install IIS through Control Panel > Programs and Features > Turn Windows features on or off.

Click to toggle expandInstall IIS on Windows 2008 R2

Even if the IIS was installed already, make sure that:

In World Wide Web Services are enabled:

Under Application Development Features: .NET Extensibility, ASP.NET, ISAPI Extensions, ISAPI Filters.

Under Common HTTP Features: Default Document, Directory Browsing, HTTP Errors, Static Content

Under Health and Diagnostics: HTPP Logging, Request Monitor

Under Performance Features: Dynamic Content Compression, Static Content Compression

Under Security: Basic Authentication, Request Filtering, Windows Authentication

Use Control Panel > Programs and Features > Turn Windows features on or off to review the above settings.

Optimize IIS for production

Internet Information Services (IIS) exposes numerous configuration parameters that affect IIS performance. The below link describes several of these parameters and provides general guidance for setting the parameter values to improve IIS performance.

http://msdn.microsoft.com/en-us/library/ee377050(v=bts.10).aspx

See also

http://mohandeval.wordpress.com/2011/07/11/optimizing-iis7-5-performance/

See also

Prepare servers for better performances (chapter)

Prepare GN4 clients for better performances (chapter)

Next steps

Enable Framework 4

Install GN4 components

See also

Use more than one IIS

Related topics

Create GN4 application pool

Create GN4 application