Is there a reliable way to retrieve the version of windows running on the web server?
The closest I've come is
but its behaviour does not seem very consistent. It returns a string that includes the OS under Vista but not under XP.
The closest I've come is
Code:
Request.ServerVariables("SERVER_SOFTWARE")