home / software / tips and tricks / How to check which version of IIS is running on server?

How to check which version of IIS is running on server?

Updated:  10/12/2010 10:10 AM
Author:  Shiju Mathews

Status:    Resolved.


Request.ServerVariables["SERVER_SOFTWARE"];
will tell you which version of IIS is running on server.

Example: Microsoft-IIS/5.1
Tags: How to check which version of IIS is running on server?
Updated on: April 2024