I just installed IIS7, but whenever I want to start it, the following error occurs:

What's wrong with it ?
I have Windows 7 64-bit build 7600 and have installed .NET Framework 3.5 SP1 and .NET Framework 4 before installing IIS7.
feedback
|
|
This commonly occurs when port 80 is being used by something else. If this is a dev box, do you also have Apache or Skype installed? These are a common culprit. You can check if port 80 is in use by running | |||||||||||
feedback
|
|
I found the solution:
| ||||
|
feedback
|
|
Go to Task Manager --> Processes and manually stop the W3SVC process. After doing this the process should start normally when restarting IIS | |||
|
feedback
|
|
A bit different from Mohammad's solution:
It solved my problem. | ||||
|
feedback
|
|
You should check to see that all of the following services are started, or at the very least, not disabled: HTTP, Windows Process Activation Service, DCOM Process Launcher, and RPC Endpoint Mapper. You should also verify t hat no other process is listening on port 80. The simplest way to do this is to issue the following in a command window:
| |||||||||||
feedback
|