How to Install IIS

Are you facing challenges in installing the Internet Information Services(IIS)? If it is so, you have landed in the right place. This comprehensive article covers all the information about IIS including its latest features so that you can get started with IIS in simple steps. By the time you reach the end of this blog, you will gain a complete understanding of the IIS and how to install it. 

Rating: 4.9
  
 
1232

The purpose of the Internet is to exchange static and dynamic content and communicate with other remote clients or machines. But, a simple Web Server alone is not capable of doing all these things. Thus, a web server has to be empowered with security protocols, scalability, and reliability to run our application. Internet Information Services(IIS) is a Microsoft web server that helps us to overcome this challenge.

IIS can host and manage your web application by acting as a medium between the web browser and the web content. In this article, we will learn about the IIS and its latest features along with steps to install it on the Windows System. So, let us get started with IIS without any delay. 

Table of Contents

What is IIS?

IIS stands for Internet Information Services which is a web server for handling the exchange of web content with other machines. It supports various protocols like HTTP, HTTPS, FTP, and others due to which, it is a versatile web server. It also enables us to host, deploy, and manage the applications that have been developed using technologies like ASP.NET and PHP. 

We can also set up virtual directories along with managing the SSL certificates for our applications. With the Graphical User Interface of IIS, it becomes easy for us to simplify the task of defining the site structure, security measures administrative roles in the application. Now, let us see some latest features of the IIS Web Server before we start to use it.

If you want to enrich your career and become a professional in IIS, then enroll in "IIS Training" - This course will help you to achieve excellence in this domain.

Features of IIS 

  • It supports the HSTS Protocol for advanced security

IIS supports the HTTP Strict Transport Security(HSTS) Protocol that allows a website to declare itself a secure host. With this, the website informs the browsers to make requests only through the HTTP connections. This reduces the cyber risks such as man-in-the-middle (MITM) attacks. 

  • It helps in the Centralized Web Farm Management

IIS helps us to centrally deploy and manage websites and applications across a large cluster of servers which are also called farms. Hence, we can share the IIS configuration across multiple servers so that the configuration and updates can be automatically applied to all the connected servers. 

  • It provides powerful Admin Tools and built-in Remote Management

IIS has various Administration and Command-Line Tools, managed code and scripting APIs, and Windows Powershell support to manage the server administration. Along with this, it has built-in support for delegating administrative tasks to the website owners. 

  • It is based on a Scalable Web Architecture: 

IIS enables us to utilize the built-in HTTP Load Balancing and Application Request Routing (ARR) for handling large amounts of requests. ARR identifies the best content server using the HTTP response header, server variables, and Load Balancing Algorithms so that each request can be easily handled. 

  • It allows Dynamic Caching and Compression to speed up the website

The administrator can cache the dynamic web content in memory which reduces the step of running the script to generate the web content. Also, IIS supports Static as well as dynamic Compression to reduce the bandwidth consumption of the websites and improve the performance. After we are aware of its powerful features, let us now see the requirements to get started with IIS.

MindMajix Youtube Channel

Prerequisites 

IIS can be used only on a compatible edition of the Windows Operating System. Hence, you have to make sure that your system has a compatible edition of the Windows or Windows Server. IIS comes up as a bundled feature on most editions of the Windows and Windows Server Operating System. However, it is disabled by default and we have to enable it. But, if your edition of the Windows OS does not have an IIS feature, you have to manually install the IIS Express from the official site of the Microsoft website. 

In this article, we will install the IIS Express from the official website for Microsoft so that you can install it in case it is not preinstalled on your Windows System. 

Steps to install IIS Express

  • Step 1: Visit the official website of Microsoft at https://www.microsoft.com/en-US/download/details.aspx?id=48264 and hit the download button as shown below.

IIS Express installation step 1

  • Step 2: Specify the file that you want to install in the pop-up that appears as shown below. Here, we are choosing the file 64-bit Windows Operating System. Make sure you select the correct file for your system specifications.

IIS Express installation Step 2

  • Step 3: Scroll down and click on the ‘Download’ as outlined below.

IIS Express installation Step 3

  • Step 4: Navigate to the folder where the file has been downloaded and double-click on it to start the installation. Accept the terms and click on the ‘Install’ button to continue.

IIS Express installation Step 4

  • Step 5: The installation starts as shown below.

IIS Express installation Step 5

  • Step 6: Click on the ‘Finish’ button after the installation has been completed as demonstrated below.\

IIS Express installation Step 6

  • Step 7: Navigate to the directory where the IIS Express has been installed. In our case, the location of the directory is ‘C:\Program Files\IIS Express.’ Then, locate the file with the name ‘iisexpress’ and run it as administrator as shown below.

IIS Express installation Step 7

  • Step 8: The IIS server starts as shown below.

IIS Express installation Step 8
 

Steps to Enable the IIS on Windows

This section is applicable if IIS is already installed on your Windows system. You just have to turn it on to start using it for managing your applications. Follow the below steps to turn the IIS feature on your system. 

  • Step 1: Type ‘Turn Windows Feature on or off’ in the search bar and open its console as shown below.

Enable the IIS on Windows step 1

  • Step 2: In the feature list, select the ‘Internet Information Services’ and enable the required features as illustrated below. Then, click the ‘OK’ button to continue.

Enable the IIS on Windows step 2

  • Step 3: Close the pop after the IIS feature has been enabled.

Enable the IIS on Windows step 3

  • Step 4: Type ‘IIS’ on the search bar and open the IIS Manager as shown below.

Enable the IIS on Windows step 4

  • Step 5: The console of IIS Manager pops up as depicted below.

Enable the IIS on Windows step 5

Frequently Asked Questions

1. What is the difference between the IIS Express and IIS? 

IIS Express is a free, simple, and self-contained version of IIS that is mainly used by developers. The IIS Express and IIS differ from each other in terms of worker process management. In IIS, the Windows Process Activation Service (WAS) is responsible for activating and deactivating the web application due to which the user has no direct control. But, in IIS Express, the user has full control over the application activation and deactivation. 

2. Is there any need for IDE to use IIS? 

IIS Provides its own GUI interface for managing, hosting, and deploying websites or services. However, you can also use your own Integrated Development Environment such as Visual Studio or VS Code to manage the web server. 

3. Can Multiple versions of IIS be installed on the same machine? 

It is not recommended to install the different IIS versions on the same machine. It can lead to various issues in the system files, configuration settings, and port allocations. But, this can be done by using virtualizing the system and then installing different IIS versions in Virtual Machines.  

4. Can I install IIS using the Microsoft Web Platform Installer? 

The Microsoft has ended its support for the Web Platform installer on December 31, 2022. Thus, it can no longer be used for installing the IIS on your System. You can find more information about web platform installer expiry at https://blogs.iis.net/iisteam/web-platform-installer-end-of-support-feed. 

Troubleshooting IIS installation

1. Finding the error in the IIS Setup Log Files. 

The Log file captures all the errors during the installation of IIS. Generally, the log file is saved in the Windows folder in the C-drive as ‘iis.txt.’ Locate the log file as shown below.

Troubleshooting IIS installation 1

If the installation of the IIS Setup has some errors, they are visible in the Log File as depicted below. In such a case, try reinstalling the IIS on your system.

Troubleshooting IIS installation 2

2. The IIS Express installation is not possible due to an incorrect setup file. 

If you attempt to install the IIS using a 32-bit installer, an error pops up as outlined below.

Troubleshooting IIS installation 3

To resolve this issue, you have to download the correct installer file from the Microsoft Download Center.  For example, for the 64-bit system, the correct MSI file is ‘iisexpress_amd64_es-ES.msi’ to install the IIS Express. 

3. How to review the CBS Log file to resolve the error?

If the Component-Based Setup (CBS) engine has any errors encountered during the IIS installation, they are visible in the CBS File. You can find the CBS file as shown below.

Troubleshooting IIS installation 4

Open it with the notepad to see the errors.

Troubleshooting IIS installation 5

To solve the errors, open the command prompt as administrator and run the command ‘sfc /scannow’ to start the system scan. If there are any errors, they are resolved as shown below.

Troubleshooting IIS installation 6

Conclusion 

The IIS Web Server helps users to host and manage their websites, services, and applications with security and reliability. It supports the Microsoft Web Deployment Tool for synchronization of web content and configuration, managing the dependencies such as GAC assemblies, SQL databases, SSL certificates, etc. Not only this, it also has rich diagnostic features to minimize the downtime of the application. 

You are now equipped with sufficient information about the IIS, its features, and how to install it on your system. Thus, you can easily manage your application using the IIS Web Server.

Join our newsletter
inbox

Stay updated with our newsletter, packed with Tutorials, Interview Questions, How-to's, Tips & Tricks, Latest Trends & Updates, and more ➤ Straight to your inbox!

Course Schedule
NameDates
IIS TrainingMay 04 to May 19View Details
IIS TrainingMay 07 to May 22View Details
IIS TrainingMay 11 to May 26View Details
IIS TrainingMay 14 to May 29View Details
Last updated: 07 Feb 2024
About Author

 

Madhuri is a Senior Content Creator at MindMajix. She has written about a range of different topics on various technologies, which include, Splunk, Tensorflow, Selenium, and CEH. She spends most of her time researching on technology, and startups. Connect with her via LinkedIn and Twitter .

read more
Recommended Courses

1 / 14