<h4>How Do I...Make a GET request within an ASP+ application?</h4>
<div class="indent" style="width:660">
<P>
This sample illustrates using the WebRequest and WebResponse classes to make a GET request on a URI form within a ASP+ application.</div>
</P><P>
This example is exactly the same as the command-line example showing a basic GET request with the net classes. The only difference is that this example shows that you can request another URI from within an .aspx page.