ASP is a server-side scripting language that allows you to add interactivity
to your Web sites. When an ASP page is requested, the ASP ISAPI filter executes
any server side code it finds in the page before sending back a more browser
friendly response. Normally this is HTML, but can be HTML with embedded scripts,
images or any other file type so long as the correct headers are sent along
with the response.