strHTMLLong:

<html>
<head>
<title>ASP 101 Http Request Sample Page</title>
</head>
<body>

<h1>ASP 101 Http Request Sample Page</h1>

<p>
This is a sample HTML page that we threw together
to illustrate doing an http request via ASP.
</p>

<p>
This file was served at: 7/4/2009 4:15:36 AM (Webserver Time)
</p>

</body>
</html>

strHTMLShort:

<html>
<head>
<title>ASP 101 Http Request Sample Page</title>
</head>
<body>

<h1>ASP 101 Http Request Sample Page</h1>

<p>
This is a sample HTML page that we threw together
to illustrate doing an http request via ASP.
</p>

<p>
This file was served at: 7/4/2009 4:15:36 AM (Webserver Time)
</p>

</body>
</html>

Click here to read about and download the source code.