Does anyone know how to resolve this issue?
Currently on Server 2003 running IIS ver 6.0 with default
site host header set to test.xxx.com and another site
configured with a host header set to my.xxx.com.
The default site is running fine....The other site gets
the following error on the resource kit tool wfetch:
GET http://my.xxx.com/ HTTP/1.1\r\n
Host: localhost\r\n
Accept: */*\r\n
Connection: Keep-Alive\r\n
\r\n
RESPONSE: **************\nHTTP/1.1 500 Internal Server
Error\r\n
Content-Length: 81\r\n
Content-Type: text/html\r\n
Server: Microsoft-IIS/6.0\r\n
Date: Mon, 02 Aug 2004 18:51:57 GMT\r\n
\r\n
<html><head><title>Error</title></head><body>The data is
invalid.\r\n
</body></html>finished.