FP98: What are Active Server Pages? |
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:
- On the Insert menu, point to Advanced, and then click Script.
- Click to select the Run Script On Server option.
- Enter your ASP code in the Script dialog box.
- 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:
Q174015 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 : kbdta fpedit
Version : WINDOWS:98
Platform : WINDOWS
Issue type : kbinfo