Setting up FP2000 at Foreign Service Institute


Server:

Internet Information Server 2.0 or 3.0 and Peer Web Services 2.0 or 3.0

These Web servers are included with Windows NT 4.0. You can install either Web server if you have the Windows NT 4.0 compact disc.

To install the server, double-click the Inetstp.exe file in the following folder on the compact disc
drive :\I386\INETSRV
where drive represents the drive letter of your CD-ROM drive.

Internet Information Server 4.0, Peer Web Services 4.0, and Personal Web Server 4.0

These Web servers are included with the Windows NT 4.0 Option Pack. They are also available for download at the following Microsoft Web site


Server Extensions:

  1. Download Microsoft FrontPage Server Extensions 2002 for Windows
  2. Installing FrontPage Server Extensions 2002
  3. HOW TO: Install and Configure FrontPage 2000 Server Extensions on a Windows NT-Based Web Server (Windows NT or Windows 2000)

ASP: Active Server Pages:

  1. ASP Code Is Displayed in Browser
  2. What You Need to Use Active Server Pages (ASP) in FrontPage
  3. ASP Troubleshooting Tips and Techniques

ASP Engine

The ASP engine is a component of all IIS versions 4.0 and later. If you have a version earlier than 4.0, you can download the ASP engine from the following Microsoft Web site:

http://download.microsoft.com/download/fp98/Utility/1.00/WIN98/EN-US/Asp.exe





test.asp


<%@ Language=VBScript %>
<html>
<head>
<title>Test ASP</title>
</head>
<body>
<%
FirstVar = "Hello world!"
%>
<%=FirstVar%>
</body >
</html >


David's FrontPage Page

David's Database Connectivity using FrontPage Page


David J. Hark
HARK/INTERNET-HELP, Inc.
P. O. Box 201 Shepherdstown, WV 25443-0201
304-876-2607
dhark@fred.net
dhark@dhark.com
http://www.dhark.com
http://www.fred.net/dhark
Last updated: 7 March 2002


© 2002 David J. Hark