Windows 2003 IIS 6 Web Server

Posted on 04. Aug, 2009 by joshhrob in Server, Web Servers

Print This Post Print This Post

VN:F [1.6.3_896]
Rating: 0.0/10 (0 votes cast)

IIS Web Server Installation and Configuration

To begin installation of IIS, goto Start, Control Panel and click on Add Remove Programs

Win2k3-2009-08-05-21-54-21

Click on Add Remove Windows Components

Win2k3-2009-08-05-21-54-39

Check The box for Application Server. Click on Application Server and press the Details button (bottom right).

Win2k3-2009-08-05-21-55-00

Make sure that IIS is checked. Click on IIS and press Details. If using ASP.NET, make sure it is checked here as well.

Win2k3-2009-08-05-21-55-40

Make sure World Wide Web Service is checked and press Details

Win2k3-2009-08-05-21-56-09

If using classic ASP pages, make sure ASP is checked. If using the IIS SMTP service, make sure this is checked.

Win2k3-2009-08-05-21-56-29

Press OK on all windows and press Next. You will be prompted to insert Windows 2003 CD.

Win2k3-2009-08-05-21-57-58

IIS will be installed. When finished press Finish

Win2k3-2009-08-05-21-59-00

Optional: IIS Configuration Script

The attached vbs script will assist in configuring IIS. All of these settings can also be applied manually thru IIS Manager. Right click and select Save as on the link below.

iissetup.zip

Unzip and copy this file to server. Double click to run and click OK.

Win2k3-2009-08-06-12-03-36

Click OK after this screen

Win2k3-2009-08-06-12-03-48

Enter the IP address that you want IIS to listen on for requests.

Win2k3-2009-08-06-12-04-06

 

Enter host header. If you already have a domain name configured to point to this server enter it here (i.e. mydomain.com). Otherwise, just put the IP address for now.

Win2k3-2009-08-06-12-17-59

 

Select a directory for IIS logs. If does not exist press new folder to create. In this build we use L:\iislogs

Win2k3-2009-08-06-12-08-16

Select a directory for your web content. If does not exist press Make New Folder to create. In this build we use E:\inetput\wwwroot

Win2k3-2009-08-06-12-09-00

 

Press OK to finish

Win2k3-2009-08-06-12-09-11

 

Testing IIS

Create a test html page named default.htm and place it in the web root folder

Win2k3-2009-08-06-12-12-28

Test website by entering your hostname or IP (as entered in IIS setup above) into Internet Explorer. Your test page should come up.

Win2k3-2009-08-06-12-17-23

To update IIS Configuration, open IIS Manager. Click on Start -> Administrative Tools _ Internet Information Services (IIS) Manager

Win2k3-2009-08-06-12-09-43

Review or Change IIS Settings

Win2k3-2009-08-06-12-13-49

 

VN:F [1.6.3_896]
Rating: 0.0/10 (0 votes cast)

Tags: , ,

Pages: 1 2 3 4 5 6

Print This Post Print This Post

Leave a reply