Internet Information Services (IIS) is Microsoft's web server, providing HTTP and FTP services. In this guide we will be ignoring FTP and
concentrating on installing, configuring and setting up your first
IIS web site.
Contents
Connecting to your Windows Server
Configuring a Default Web site
Connecting to your Windows Binary Lane server
By default your Windows Binary Lane server will be configured to allow Administrative access via Remote Desktop. To connect to your server using Remote Desktop follow these steps.
- Click Start, All Programs,
Accessories, Remote
Desktop. If you don't have a copy of Remote Desktop Client, you can
download a copy from here
- You should see a prompt asking for Computer and Username, click Options, this should expand the dialog to show more options.
- In Computer enter the IP address assigned to your Binary Lane server. You can find this by logging into your mPanel and then select your server and click Dashboard.
- In User name enter "Administrator".
- Check Allow me to save credentials
- Click Save As, and save to your desktop.
- Click Connect.
- A dialog will popup warning you that potential connections may harm your computer. Simply click OK for now.
- A dialog will popup asking for your Administrator Password, enter your password which was generated for you during the setup process for your Binary Lane server.
- You may receive another dialog warning you about an invalid certificate. Ignore this dialog and click Yes.
Security Updates
It is highly recommended that before configuring your server you will need to run the latest security patches, hotfixes and updates via windows updates.
- Log onto the Web server computer as administrator.
- Click Start, point to Settings, and then click Control Panel.
- Double click on Windows Updates.
- Select only important updates and click OK.
Installing IIS
By default your Windows Server 2008 Binary Lane server will not have any server roles configured. The following process will instruct you on how to setup and install IIS.
- Log onto the Web server computer as administrator.
- Click Start, and then click Server Manager.
- Click Roles, and then click Add Roles in the right hand panel. This will open the Add Roles Wizard.
- Select Web Server (IIS), and select Yes to install pre-requisite features.
- Select Application Server, and select Yes to install pre-requisite features.
- Click Next.
- Under Application Server Click Next.
- Select Application Server Foundation (should be checked by default)
- Select Web Server (IIS Support), and select
Add Required Role Services to install
pre-requisite features.
- Click Next.
- Under Web Server (IIS) click Next.
- Under Web Server (IIS) > Role Services, select ASP and then under Management Tools select IIS 6 Management Compatibility.
- Click Next.
- Review the installation features, once you are happy with what
will be installed, click Install.
Configure a default Web site
Now that you've installed IIS, it will be preconfigured to serve as a default Web stie. However you may want to change some of the settings.
- Log onto the Web server computer as administrator.
- Click Start, point to Settings, and then click Control Panel.
- Double-click Administrative Tools, and then double-click Internet Information Services (IIS) Manager.
- Double-click your server's hostname in the left pane, then double-click Sites.
- Right-click the Web site that you want to configure in the left pane (eg 'Default Web Site'), and then click Properties.
- Click the Web site tab.
- Type a description for the Web site in the Description box.
- Type the Internet Protocol (IP) address to use for the Web site, or leave the All (Unasigned) default setting.
- Modify the Transmission Control Protocol (TCP) port as appropriate.
- Click the Home Directory tab.
- To use a folder on the local computer, click A directory on this computer, and then click Browse to locate the folder that you want to use.
- To use a folder that has ben shared form another computer on the network, click A share located on another computer, and then either type the network path or click Browse to select the shared folder.
- Click Read to grant read access to the folder (required).
- Click OK to accept the Web site properties.
Create a new Web site
To create a new Web site in IIS, follow these steps:
- Log on to the Web server computer as administrator.
- Click Start, point to Settings, and then click Control Panel.
- Double click Administrative Tools, and then double-click Internet Services Manager.
- Click Action, point to New and then click Web Site.
- After the Web Site Creation Wizard starts, click Next.
- Type a description for the Web site. This description is used internally to identify the Web site in IIS Manager only.
- Select the IP address to use for the site. If you select All (unassigned), the Web site is accessible on all interfaces and all configured IP addresses.
- Type the TCP port number to publish the site on.
- Type the Host Header name (the real name that is used to access the site).
- Click Next.
- Either type the path to the folder that is holding the Web site documents or click Browse to select the folder, and then click Next.
- Select the access permissions for the Web site, and then click Next.
- Click Finish.