How to Find a Supported Web Server
Personal Web Server 1.0
This Web server is no longer available; however, you can install
it if you have the Microsoft FrontPage 97 or Microsoft FrontPage 98 compact
disc. It is located in the following folder on the compact disc
drive:\PWS\ENU
where
drive represents the drive
letter of your CD-ROM drive.
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:
You can also install Personal Web Server 4.0 if you have the
Windows 98 compact disc. This program is located in the following folder on the
compact disc
drive:\add-ons\pws
where
drive represents the drive
letter of your CD-ROM drive.
Internet Information Services 5.0
This Web server is included with Windows 2000. You can install it
when you initially install Windows 2000. Or, if you already installed Windows
2000, rerun Windows 2000 Setup to install it.
Internet Information Services 5.1
This Web server is included with Windows XP Professional. You can
install it when you initially install Windows XP Professional. Or, if you
already installed Windows XP Professional, rerun Windows XP Professional Setup
to install it.
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:
The ASP engine is also included on the FrontPage 98 compact disc.
To install the ASP engine from the FrontPage 98 compact disc, open the
following folder
drive:\60 Minute Intranet Kit\60 Minute Intranet Kit\modules
where
drive represents the drive
letter of your CD-ROM drive, and then double-click the Asp.exe file.
Note Do not install the ASP engine if you have already installed IIS
version 4.0 or later.
32-bit ODBC Driver
Open Database Connectivity (ODBC) is a widely accepted standard
that allows software to communicate with a database. To use the ASP
functionality in FrontPage, you must install the 32-bit ODBC database driver
for the database that you want to use on your Web server. For example, the
Northwind Sample database is a Microsoft Access database. To use this sample
database, you need to install the Microsoft Access ODBC driver on your Web
server.
For additional information about ODBC drivers, visit the
following Microsoft Web site:
FrontPage Server Extensions
FrontPage Server Extensions allow the FrontPage client to
communicate with a Web server and allow you to author
remotely.
For additional information about how to install and configure FrontPage
Server Extensions, click the following article numbers to view the articles in the Microsoft Knowledge Base:
300004
How to install and configure FrontPage 2000 Server Extensions on a Windows NT-based Web server (Windows NT or Windows 2000)
300543 How to use the command-line tools to install and configure FrontPage 2002 Server Extensions on IIS
300544 How to use the command-line tools to upgrade to FrontPage 2002 Server Extensions on IIS
Troubleshooting
To verify a successful ASP installation, you can run the
following sample ASP code:
<%
Response.Write "Hello World!"
%>
To do this, follow these steps:
- Start FrontPage. Open the Web site by using the HTTP
address to connect to it.
- Click the New Page button on the Standard toolbar.
- Click the HTML tab at the bottom of the FrontPage window to switch to HTML
view.
- Click after the opening <body> tag and then type the
following ASP code:
<%
Response.Write "Hello World!"
%>
- On the File menu, click Save. In the File name box, type Asptest.asp and click Save.
- On the File menu, click Preview in browser.
The page opens in your Web browser and displays the
"Hello World!" message.
Note If the page does not appear and you do not see the message,
review the list of required components earlier in this article.