- What You Will Learn
- Approximate Time
- Lesson Files
- Dynamic Web Site Basics
- Choosing a Server Model
- Redefining the Newland Tours Site for Dynamic Development
- Developing with a Local Server
- Setting Up a Local Environment for IIS/ASP
- Setting Up a Local Environment for ColdFusion
- Setting Up a Local Environment for Apache/PHP
- Developing with a Remote Server
- Defining a Dynamic Site in Dreamweaver (All Users)
- Building a Simple, Dynamic Application
- What You Have Learned
Setting Up a Local Environment for IIS/ASP
ASP users need to ensure that Internet Information Services (IIS) is installed and running on their system. IIS comes free with Windows 2000 and XP Pro.
Depending on how Windows was first installed, you may already have IIS up and running. To determine whether you have IIS installed, look in Control Panel > Administrative Tools (Windows XP users need to switch to Classic View to see this option). If you see an icon in the list called Internet Information Services, then it is already installed. To verify that it is running, double-click the icon, and in the left side of the dialog, navigate down to Web Sites. In the right pane, you should see Default Web Site listed, and beside it, you should see the word Running. If it says Stopped, click the Start button to restart it.
To install and run IIS, follow these steps:
- Use the Add/Remove Programs utility in the Control Panel, and from there, select Add/Remove Windows Components.
It takes Windows a couple minutes to analyze your machine and determine what is already installed. Once it has built a profile, you will see the Windows Components Wizard.
- From the list, check Internet Information Services, and click Next.
The default setup should work fine for our purposes, so no further customization is needed. Once you click Next, Windows installs and starts IIS.