Thursday, October 1, 2009

How to Get the Version on IIS on your PC

A) First type to know the version of IIS


1. Open IIS

2. Click on "Internet Information Services" on left pane

3. On the right pane you can see four columns ( Computer, Local, Version, Status ). The third column gives you version information about IIS

(I have seen this in IIS 6.0)

see this link for additional methods http://classicasp.aspfaq.com/general/how-do-i-determine-which-version-of-iis/asp-i-m-running.html


2)Second type to know the version of IIS

Response.Write(Request.ServerVariables["SERVER_SOFTWARE"]);


No comments:

Post a Comment