FP98: What are Active Server Pages?

Last reviewed: March 18, 1998
Article ID: Q174008
The information in this article applies to:
  • Microsoft FrontPage 98 for Windows

SUMMARY

An Active Server Page (ASP) is an ASCII text file that contains text, HyperText Markup Language (HTML) elements, and/or ASP script commands. You can use Active Server Pages to create dynamic, interactive Web content. ASP files have the .asp extension.

MORE INFORMATION

To use ASP files on a Web server, you must install a script engine that supports the scripting languages used on the Web. Microsoft Internet Information Server (IIS) for Windows NT Server, Microsoft Peer Web Services for Windows NT Workstation, and Microsoft Personal Web Server for Windows 95 support ASP.

FrontPage Editor continues to support ASP in your FrontPage Webs. ASP files must be located in an executable folder on your Web server. To create ASP files in FrontPage Editor, follow these steps:

  1. On the Insert menu, point to Advanced, and then click Script.

  2. Click to select the Run Script On Server option.

  3. Enter your ASP code in the Script dialog box.

  4. Click OK.

NOTE: You do not need to enter the beginning and ending ASP tags (<% and %>). FrontPage Editor will insert these when you click OK.

REFERENCES

For more information, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q174015
   TITLE     : FP98: How to Create Active Server Pages in FrontPage 98

For more information about ASP, please see the following information on the Microsoft World Wide Web site:

   http://www.microsoft.com/iis/guide/aspoverview.asp


Additional query words: 98 iis asp
Keywords : fpedit kbdta
Version : WINDOWS:98
Platform : WINDOWS
Hardware : x86
Issue type : kbinfo


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: March 18, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.