Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.

You should be able to determine the IIS version number from the following registry value: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InetStp\VersionString

This shows "Version 6.0" on my local machine.

(You can find details on how to open regedit to view this from http://www.wikihow.com/Open-Regedit)

reg.exe query HKLM\SOFTWARE\Microsoft\InetStp /v VersionString 

You should be able to determine the IIS version number from the following registry value: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InetStp\VersionString

This shows "Version 6.0" on my local machine.

(You can find details on how to open regedit to view this from http://www.wikihow.com/Open-Regedit)

You should be able to determine the IIS version number from the following registry value: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InetStp\VersionString

This shows "Version 6.0" on my local machine.

reg.exe query HKLM\SOFTWARE\Microsoft\InetStp /v VersionString 
Source Link

You should be able to determine the IIS version number from the following registry value: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InetStp\VersionString

This shows "Version 6.0" on my local machine.

(You can find details on how to open regedit to view this from http://www.wikihow.com/Open-Regedit)