1<%
    ;
# the output of this script should just be 1
$Response->End;
die("should never get here");
%>
2