HELP - Lesson 4 Page 1

ASP

What is ASP?

  • Active Server Pages are web pages which interact with the server before it delivers the page to the browser.
  • ASP is a Microsoft invention - so ASP is almost always available on a Microsoft NT or Windows 2000 server (IIS4 or IIS5).
  • ASP can be added to any web server - there are several products on the market - your Web hosting company will tell you which version is available.
  • ASP is a scripting environment, where HTML is used with a scripting language to create the web pages. VBScript, Javascript and Perl can all be used within ASP pages.
  • ASP is often used to link databases with web pages through ADO or OBDC, two methods of connecting databases.

    So lets move on

    and find out how to make an asp page in EHTML. Click the [ Next ] to continue.
    [ Next ]