Where can I see IIS version?

InstallShield 2020

Project:This information applies to the following project types:

Basic MSI
DIM
InstallScript MSI
Merge Module

When you add a Web site in the Internet Information Services view, an entry is added to the System Search view to search for the version of IIS that is installed on the target system. The IIS_VERSION property is set by entries in the RegLocator and AppSearch tables (available in the Direct Editor), which determine the version of IIS that is installed.

The IIS_VERSION property contains the IIS version number. If you need to determine the IIS version that is installed, check the value of this property.

See Also

Managing Internet Information Services

Internet Information Services View

By Lysis

Updated September 28, 2017

i Ryan McVay/Photodisc/Getty Images

Internet Information Services (IIS) is a hosting service provided by Microsoft with the company's server operating systems. It hosts website applications, provides FTP tools and runs ASP.NET framework code. An older IIS version will not run newer ASP.NET applications, so it is important to check the IIS version before developing. The IIS version information is provided in the management console, so it only takes a few steps to find the version on your Windows 2003 server.

Click the Windows "Start" button and select "Control Panel."

Double-click "Administrative Tasks."

Double-click "Internet Information Services." This opens the management console.

Click the "Help" menu at the top of the window.

Select "About Internet Information Services." This opens a window that shows the IIS version you are running.

Tips

For Windows XP operating systems, the "Control Panel" icon is found directly after pressing the Windows "Start" button.

Internet Information Services (IIS) follows the Component Lifecycle Policy.

Support dates are shown in the Pacific Time Zone (PT) - Redmond, WA, USA.

Support Dates

ListingStart DateEnd Date
Internet Information Services (IIS) 2003-05-28T00:00:00.000-08:00 See Note

Releases

VersionStart DateEnd Date
IIS 10 on Windows Server 2019 2018-11-13T00:00:00.000-08:00 2029-01-09T22:59:59.999-08:00
IIS 10 on Windows Server (Semi-Annual Channel) 2017-10-17T00:00:00.000-08:00
IIS 10 on Windows Server 2016 2016-10-15T00:00:00.000-08:00 2027-01-12T22:59:59.999-08:00
IIS 10 on Windows 10, Enterprise and Education 2015-07-29T00:00:00.000-08:00
IIS 10 on Windows 10 Pro 2015-07-29T00:00:00.000-08:00
IIS 8.5 on Windows Server 2012 R2 2013-11-25T00:00:00.000-08:00 2023-10-10T22:59:59.999-08:00
IIS 8.5 on Windows 8.1 2013-11-13T00:00:00.000-08:00 2023-01-10T22:59:59.999-08:00
IIS 8 on Windows Server 2012 2012-10-30T00:00:00.000-08:00 2023-10-10T22:59:59.999-08:00
IIS 7.5 on Windows 7* 2009-10-22T00:00:00.000-08:00 2020-01-14T22:59:59.999-08:00
IIS 7.5 on Windows Server 2008 R2* 2009-10-22T00:00:00.000-08:00 2020-01-14T22:59:59.999-08:00
IIS 7.0 on Windows Server 2008* 2008-05-06T00:00:00.000-08:00 2020-01-14T22:59:59.999-08:00
IIS 6.0 on Windows Server 2003 2003-05-28T00:00:00.000-08:00 2015-07-14T22:59:59.999-08:00

Tip

* Extended Security Updates (ESU) are available through specific volume licensing programs for these Windows products, for up to an additional three years past the end of support. Contact your Microsoft partner or account team to learn more.

Links

  • Web Platform Installer (WebPI) end of support
  • Extended Security Update (ESU) Program

Different versions of the Windows operating system have different versions of IIS(the operating system version increases, and the IIS version also increases), but the method of checking the IIS version is exactly the same. How can I check my own version of IIS?

I. How to check iis version in windows server 2008(Other operating systems are also applicable, such as Windows server 2012 R2)

Quick steps: Start → Administrative Tools → Internet Information Services(IIS)a Manager → Help → About Internet Information Services.

II. How to check iis version in windows server 2019

1. Select "Start → Windows Administrative Tools → Internet Information Services(IIS) Manager" in turn, click "Help", the pop-up menu is shown in Figure 1:

Where can I see IIS version?

Figure 1

2. Select "About Internet Information Services" to open the window as shown in Figure 2:

Where can I see IIS version?

Figure 2

3. The right of "Internet Information Services" is the iis version in Figure 2, that is, the iis version of Windows server 2019 is Version 10.0.17763.1.

III. Check iis version command line

1. Press the Windows logo key + R(Windows logo key is on the right of the left Ctrl), open the "Run" dialog box, enter inetmgr, as shown in Figure 3:

Where can I see IIS version?

Figure 3

2. Press Enter on your keyboard to open the "Internet Information Services(IIS) Manager" window, select "Help → About Internet Information Services" in turn. The opening window is shown in Figure 2:

Where can I see IIS version?

Figure 2

3. Version 10.0.17763.1 is the currently installed version of iis.

IV. Check iis version with PowerShell

1. Click "Start", select "Windows PowerShell" in the pop-up menu, open the "Windows PowerShell" window, as shown in Figure 4:

Where can I see IIS version?

Figure 4

2. Copy [System.Diagnostics.FileVersionInfo]::GetVersionInfo("C:\Windows\system32\notepad.exe").FileVersion, go to the "Windows PowerShell" window, right-click to paste, and press Enter on the keyybooard to display the iis version, such as Figure 5 shows:

Where can I see IIS version?

Figure 5

Attachment: The corresponding IIS versions of each version of Windows are as follows:

Windows Server 2000: IIS 5.0;

Windows XP: IIS 5.1;

Windows Server 2003: IIS 6.0;

Vista and Windows Server 2008: IIS 7.0;

Windows 7 and Windows 2008 R2: IIS 7.5;

Windows 8 and Windows Server 2012: IIS 8.0;

Windows 8.1 and Windows Server 2012 R2: IIS 8.5;

Windows 10 and Windows Server 2016, 2019: IIS 10.0;

What version of IIS is current?

Internet Information Services.

How to check IIS status in CMD?

To check if IIS is running in a 32bit or 64bit mode:.
Click Start > Run, type cmd, and click OK. The command prompt appears..
Run this command: c:\inetpub\adminscripts\adsutil.vbs GET W3SVC/AppPools/Enable32BitAppOnWin64. This command returns Enable32BitAppOnWin64:True if IIS runs in a 32bit mode..

What version of IIS is on Windows Server 2022?

Windows Server 2022 natively supports HTTP/3 with Internet Information Services (IIS).

How to check the version of .NET in IIS?

Click Start > Control Panel > Administrative Tools > Internet Information Services (IIS) Manager. On the left pane, expand the entry for Local Computer and click Web Service Extensions. Check that there is an item called ASP.NET v2.