FP2002: What Are Active Server Pages? (295192)



The information in this article applies to:

  • Microsoft FrontPage 2002

This article was previously published under Q295192
For a Microsoft FrontPage 2000 version of this article, see 196721.

SUMMARY

Active Server Pages (ASP) are ASCII text files that have an .asp file extension and may contain text, Hypertext Markup Language (HTML) elements, and ASP script commands. You can use ASP pages to create dynamic, interactive Web content.

MORE INFORMATION

To use ASP pages on a Web server, you must use a Web server that supports ASP pages and that supports the scripting languages used on the Web. The following Web servers from Microsoft support ASP pages:
  • Microsoft Internet Information Services (IIS) for:

    • Microsoft Windows 2000 Server
    • Microsoft Windows 2000 Professional
    • Microsoft Windows NT 4.0 Server

  • Microsoft Peer Web Services for:

    • Microsoft Windows NT 4.0 Workstation

  • Microsoft Personal Web Server for:

    • Microsoft Windows NT 4.0 Workstation
    • Microsoft Windows 98
    • Microsoft Windows 95
NOTE: FrontPage 2000 and FrontPage 2002 can be used to author ASP pages in your FrontPage Webs. ASP pages must be located in a folder on your Web server with at least Script permissions turned on.

REFERENCES

For more information about ASP, browse to the following Microsoft Web site:

Modification Type:MinorLast Reviewed:7/14/2004
Keywords:kbhowto KB295192