18

I’ve got IIS installed and enabled on Windows 7, but I don’t know where to open it so that I can configure a website.

I seem to remember that in Windows XP it was somewhere in the Control Panel, but I can’t find it in Windows 7.

6 Answers6

21

Before that you have to enable the IIS for windows by

  1. start
  2. Control panel
  3. programs
  4. Turn windows feature on / off
  5. Check the IIS services (4th and 5th checkbox)
  6. ok
  7. restart the system
AndrejaKo
  • 17,143
  • 22
  • 85
  • 129
asvignesh
  • 467
  • 1
  • 4
  • 13
9

Question is answered I know, but you can always use Windows Key + R, type inetmgr then press either ENTER or CTRLSHIFT + ENTER.

(I'm a keyboard fan)

Hennes
  • 65,804
  • 7
  • 115
  • 169
wigf1
  • 469
  • 2
  • 2
5

Only you need to do is go to your control panel.

Control panel

There in Program->Programs and Features->Programs and Features->Turn Windows Features on and off. Click on Windows Features on and off. Click Checkbox Internet Information Services and Click Ok Button.

enter image description here

Then go to Control Panel->System and Security->Administrative Tools. There you will find IIS.

Hennes
  • 65,804
  • 7
  • 115
  • 169
dps235
  • 51
3

Ah — it’s still in the control panel, I just couldn’t find where.

  • Start
  • Control Panel
  • System and Security
  • Administrative tools

(And if you’re viewing by large or small icons instead of by category, you go straight to Administrative Tools.)

See http://technet.microsoft.com/en-us/library/cc770472(WS.10).aspx

1

Start > Control Panel > System and Security > Administrative tools

enable sections of IIS - World Wide Web Services & Web Management Tools

enter image description here

pro
  • 193
0

Try to start the IIS using services:

  • C:\Windows\system32
  • Services
  • Open it
  • Start the IIS services
Ivo Flipse
  • 24,894
asvignesh
  • 467
  • 1
  • 4
  • 13