asp error

asp error

am 03.02.2007 05:12:15 von Kevin Raleigh

I finally have my www service running but now when I try to view .asp pages
through homesite 5 I get the following error:

The specified CGI application misbehaved by not returning a complete set of
HTTP headers. The headers it did return are:


my code is just printing the time:

<%@ language=vbscript%>
<% Option Explicit %>


The current time is:
<% Response.Write Time() %>


insight appriciated

Thank You
Kevin