0
kicks
Figuring out the IIS Version for a given OS in .NET Code
Here's an article that shows you how to figure out what version of IIS is available on a given machine in order to take specific configuration actions when installing an IIS based application. It's useful to know which version of IIS you can possibly expect but it turns there's no real easy way to detect IIS on a machine. Read the entire article for the solution.