IIS Version...

  • Thread starter Thread starter Amith Singh
  • Start date Start date
A

Amith Singh

How to findout which version of IIS is running on a PC?
Amith
 
Amith said:
How to findout which version of IIS is running on a PC?
Amith

Request.ServerVariables["SERVER_SOFTWARE"]
It will give you something like 'Microsoft-IIS/6.0'

--

//Rutger

(e-mail address removed)
www.RutgerSmit.com
 
If you have control on the machine like you know which OS it has, the
variations are pretty straighfreward.

Windows 2000 = IIS 5.0
Windows XP Pro = IIS 5.1
Windows Server 2003 = IIS 6.0

Like was said, there's also a server variable which reveals the software.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top