to see the IIS web server version, from a command prompt on the web server, enter:
telnet localhost 80
then when it connects (you'll just see a blank screen) just type "GET" then hit enter.
you won't see the keyboard strokes echoed, but when you press enter, you'll see something like:
HTTP/1.1 400 Bad Request
Server: Microsoft-IIS/4.0
Date: Mon, 14 Oct 2002 23:02:47 GMT
Content-Type: text/html
Content-Length: 87
<html><head><title>Error</
Connection to host lost.
and there you have it: "Server: Microsoft-IIS/4.0"
cheers.
Main Topics
Browse All Topics





by: scottrmaPosted on 2002-10-10 at 20:55:30ID: 7325453
Choose Help -> About from the MMC and it should tell you the version.
Or, if you are running the FTP service, use a DOS prompt to establish an FTP session with the server, and it should tell you the version in the first line, i.e.
220 FTPserver1 Microsoft FTP Service (Version 4.0).
Hope this helps.
-Scott