<P>Using <B>NetProbe</B> ASP applications are able to send/fetch data from the internet, local network,
other applications etc. As all the other extensions NetProbe is a separate component and is not built-in.
So the pages will need to create it using Server.CreateObject. This makes them IIS compatible and only the
component mus tbe installed on the WEB server machine in order to run them on the WEB.
</P>
<p>NetProbe implements abstract networking mechanism based on the Windows features known as URL Monikers
and Asynchronous Pluggable Protocols. The component also allows outer applications to send requests to 
the ALP engine and use the response further. E.g. ALP engine can be used as invisible daemon that handles some 
tasks on request.
</P>
