<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: 3/17/2010 7:18:49 PM (Webserver Time) </p> </body> </html>
<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: 3/17/2010 7:18:49 PM (Webserver Time) </p> </body> </html>
Click here to read about and download the source code.