<P><B>Note that some of these samples require internet conection.</B></P>
<P>Using Server.Execute allows the ASP page to display content generated by another page and even
content generated by another kind of module (CGI for example).</p>

<p>For example the page is able to execute a relative URL like /cgi.exe which will bring back the
response of the CGI program. Also this method supports external URLs (this is ALP specific) which makes
very simple to integrate information from different sources on one single page.
</p>

<p>The Execute2 sample embeds the aspin.com site into the ASP page. Such a site is not build for the purpose
(the images will not load and so on) but if you want to provide local functionality integrated with
some conent generated by WEB servers on the Internet/Intranet Server.Execute will help you do it in just
a line of code.
</p>

<P>The sample Execute3 executes a previously prepared page on our WEB site. The executed page supplies content
which may contain image or textadvertisements from the banner DB. This illustrates how easy parts of different
pages can be combined.
</P>

<P>ALP supports also extended execution which allows the ASP page to fetch the external resource as string or binary
data and process it further. However we recommend you to use the NetProbe component which ships with ALP for advanced
tasks. Using the ExecuteEx method will make the ASP pages incompatible with IIS while using the NetProbe ActiveX
will be ok - after installing the component on the WEB server machine.
</p>