How do I start IIS7 on Windows Server 2008?
Posted by Sean RyanApr 17
This week, I got my hands into IIS7 - yes, I know I am running behind a tad. Since I manage more than I code and administrate these days, it’s a wonder I do any of this. So, I ran into a very simple problem. How do I start IIS7? I don’t want all the pages of explanation and messing about. Just tell me where I turn the key? You think this would be an easy question to answer but I guess not. First, it looks like it is installed - it ain’t. To prove it - open the command prompt (start > run > type cmd); type the following: iisreset
If this gave any kind of an error, chances are you need to add a role to install.
So, without all the geek-speak, here’s how to Start IIS7 for Windows Server 2008 after adding the correct role. BTW, after doing this, it really is a good idea to familiarize yourself here: http://www.iis.net/
- Right click on Computer and choose Manage or Start - Admin tools - Computer Management
- Expand Roles under Computer Management
- Right click on Roles and choose Add a Role
- Choose Server Roles on the left
- Choose Web Server (IIS) and follow through to find what ya need
Now, you can stop and start with ease.
- Look on the left pane under Roles, highlight Web Server (IIS)
- Now look to the middle bottom pane and highlight IIS Admin Service
- Finally to the far right, you see Stop, Start, Restart etc.
Or, you could open the command prompt and type iisreset of course. Cheers!









A mate of mine, netguru -