Hello,
How can I successfully telnet to iis on Windows Server 2003?
From windows 2000 cmd prompt, for yahoo, this works:
telnet
www.yahoo.com 80
get /index.html
and I get the html output for that page.
But telnet into iis on Windows Server 2003 and I get
<h1>Bad Request (Invalid Verb)</h1>
This is a showstopper for me. Any help is greatly appreciated.