|
 |
ASP Install
How to install IIS and run ASP on Windows
2000
- From your Start Button, go to Settings,
and Control Panel
- In the Control Panel window select Add/Remove
Programs
- In the Add/Remove window select Add/Remove
Windows Components
- In the Wizard window check Internet Information
Services, click OK
- An Inetpub folder will be created
on your harddrive
- Open the Inetpub folder, and find a folder
named wwwroot
- Create a new folder, like "MYASP",
under wwwroot.
- Use a text editor to write some ASP
code, save the file as "page1.asp"
in the "MYASP" folder
- Make sure your Web server is running - The
installation program has added a new icon
on your task bar. Click on the icon and press
the Start button in the window that appears.
- Open your browser and type in "http://localhost/MYASP/page1.asp",
to view your first ASP page
How to install IIS and run ASP on Windows
XP Professional
Note: You cannot run ASP on Windows
XP Home Edition.
- Insert the Windows XP Professional CD-Rom
into your CD-Rom Drive
- From your Start Button, go to Settings,
and Control Panel
- In the Control Panel window select Add/Remove
Programs
- In the Add/Remove window select Add/Remove
Windows Components
- In the Wizard window check Internet Information
Services, click OK
- An Inetpub folder will be created
on your harddrive
- Open the Inetpub folder, and find a folder
named wwwroot
- Create a new folder, like "MYASP",
under wwwroot.
- Use a text editor to write some ASP
code, save the file as "page1.asp"
in the "MYASP" folder
- Make sure your Web server is running - The
installation program has added a new icon
on your task bar (this is the IIS symbol).
Click on the icon and press the Start button
in the window that appears.
- Open your browser and type in "http://localhost/MYASP/page1.asp",
to view your first ASP page
|
|
|
|