Checking for a web server

Checking for a web server

To develop and test dynamic web pages, you need a web server. A web server is software that serves web pages in response to requests from web browsers.

Make sure Microsoft IIS is installed and running on your hard disk or on a remote Windows computer. (Macintosh users need to install Microsoft IIS on a remote Windows computer.) A quick way to check whether IIS is installed on a computer is to look at the folder structure to see whether it contains a C:\Inetpub or D:\Inetpub folder. IIS creates this folder during installation.

If IIS is not installed, install it now. For instructions, see Installing a Web Server.

After installing the web server, install the application server. (See Installing a JSP application server.)



Getting Started with Dreamweaver
Dreamweaver Basics
Working with Dreamweaver Sites
Laying Out Pages
Adding Content to Pages
Working with Page Code
Preparing to Build Dynamic Sites
Making Pages Dynamic
Developing Applications Rapidly