I was developing just fine in VS 2008 and testing my ASP.NET web site on my development server when suddenly I was unable to run my web site anymore. As soon as I hit F5, th
You can check what software is running on given port by running netstat -o
from the command prompt. It will give the Process ID (PID) of the process. I've had this happen after installing Skype, that was bound to port 80 before IIS could.
You can also check the eventlog for messages why IIS won't start. It might give enough information to solve the problem or to google it.