Hi, I have an old program that can not be updated. The program worked
on WIndows 2000, but has stopped working windows 2003. The request now
goes into the httperr.log file (Timer_HeaderWait error), and does not
get processed by IIS6.

Below is a trace of the GET request. It is incorrect since the
"http://www.1234.com" is part of the GET request, where it is not
needed, and this is why I think Windows 2003 is killing it.

GET http://www.1234.com/asp/update.asp?id=FFFFFFFF HTTP/1.1
Host: www.1234.com:80
User-Agent: 1234Dgtl
CONTENT-TYPE: text/xml; charset="utf-8"


Does anyone know of a registry work around to allow this request to
work on Windows 2003 server?


Thank you,
David