Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to check iis version on serve programmatically

Tags:

c#

how to check iis version on serve programmatically using c#.

like image 589
rajshades Avatar asked Jun 08 '10 05:06

rajshades


People also ask

What version of IIS is current?

IIS 10.0 is the latest version of Internet Information Services (IIS) which shipped with Windows 10 and Windows Server 2016.

How can I tell if IIS is installed on Windows Server 2019?

To verify if IIS is installed, go to your 'Add or Remove Programs' utility in the Control panel and click on the 'Add/Remove Windows Components' in the side menu.

What version IIS on server 2019?

With each version of Microsoft Windows Server comes a new version of Internet Information Services (IIS). With the recent release of Windows Server 2019 comes IIS version 10 a.k.a. version 10.0. 17763.


2 Answers

This was answered for IIS 5, it should work with current version of IIS.

How to detect IIS version using C#?

like image 89
sholsapp Avatar answered Oct 24 '22 06:10

sholsapp


http://www.codeproject.com/KB/cs/iisdetection.aspx this express how, you should query the registry

like image 34
Oscar Cabrero Avatar answered Oct 24 '22 07:10

Oscar Cabrero