My Account Subscribe Help About
Sign In | Register FREE
Sunday, April 12, 2026
Iran chose 'not to accept our terms', US VP Vance says after negotiationsMore than 500 arrests at Palestine Action protestFaisal Islam: Why the government is relaxed about Chinese car imports'We need real peace': Easter truce fails to lift grim mood in war-torn UkraineWe spoke to the man making viral Lego-style AI videos for Iran. Experts say it's powerful propaganda'It's a special thing to be on Planet Earth': Artemis crew welcomed home in HoustonFrom blast off to splashdown: My days following Nasa's historic mission to the MoonBalamory is back - Miss Hoolie and PC Plum lift the lid on what to expectI've been a sex educator for six years. Why did I start doubting my contraception choices?The prophet and the mysterious death of Charmain SpeirsMessy and unpredictable: What I learned from election tour of the UKThe Papers: 'Le Humiliation' and 'US and Iran start historic peace talks'Hungarians decide whether to end 16 years of Orbán rule and elect rivalMcIlroy can't stop riding Augusta rollercoaster as final Masters round beckonsGolden eagles' return to English skies gets government backingScottish election 2026: How tax and welfare are shaping the voteCoachella kicks off with Sabrina Carpenter and surprise guestsI'm the only medic on the island – but I wish I'd brought some trousersGirl's 'mammoth' bone find may be 500,000 years oldCouple hitchhike to their wedding ceremonyThe construction boss who built a new life after three years in prisonBBC News appArtemis II: Return to the MoonUS-Iran Peace Talks + Artemis II ReturnsUnpack all the latest drama from Race Across the WorldHow young men's lives are influenced by the manosphereJuddering McIlroy simply can't stop riding Masters rollercoasterThe decade-long struggle to get AJ & Fury together'Big punch in the face' - could Arsenal really blow title from here?England far from perfect but Red Roses machine marches on
FDN » IIS » IIS 5.0 Getting Started

IIS 5.0 Getting Started

IIS 5.0 Getting Started

Internet Information Services (IIS) 5.0 is the web server included with Windows 2000 Server. It supports HTTP, FTP, SMTP, and NNTP services.

Installing IIS

  1. Open Control PanelAdd/Remove ProgramsAdd/Remove Windows Components.
  2. Check Internet Information Services (IIS).
  3. Click Details to select specific components:
    • Common Files (required)
    • World Wide Web Server
    • FTP Server (optional)
    • SMTP Service (optional — needed for email relay and Exchange)
    • NNTP Service (optional)
  4. Click OK and then Next. You may be prompted for the Windows 2000 CD.
  5. After installation, open Internet Services Manager from the Administrative Tools menu.

Default Web Site

IIS creates a default web site with its root at C:\Inetpub\wwwroot. It listens on port 80 for all IP addresses. You can verify it by opening http://localhost/ in a browser — you should see the default IIS welcome page.

Creating a New Web Site

  1. In Internet Services Manager, right-click the server name → NewWeb Site.
  2. Enter a description (e.g., "Flamenet Intranet").
  3. Assign an IP address, port, and host header. Use host headers to run multiple sites on port 80.
  4. Set the home directory path.
  5. Choose permissions: Read, Run scripts, Execute.

Key Directories

PathPurpose
C:\Inetpub\wwwrootDefault web site root
C:\Inetpub\ftprootDefault FTP site root
C:\Inetpub\ScriptsDefault scripts directory
C:\WINNT\System32\inetsrvIIS binaries and metabase
C:\WINNT\System32\LogFilesIIS log files (W3C Extended format)
« Back to IIS « Back to FDN