R Rutger Smit Sep 4, 2004 #2 Amith said: How to findout which version of IIS is running on a PC? Amith Click to expand... Request.ServerVariables["SERVER_SOFTWARE"] It will give you something like 'Microsoft-IIS/6.0' -- //Rutger (e-mail address removed) www.RutgerSmit.com
Amith said: How to findout which version of IIS is running on a PC? Amith Click to expand... Request.ServerVariables["SERVER_SOFTWARE"] It will give you something like 'Microsoft-IIS/6.0' -- //Rutger (e-mail address removed) www.RutgerSmit.com
T Teemu Keiski Sep 5, 2004 #3 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.
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.