Start IIS from the Command Line
January 28th, 2009This is more of a note to myself as I keep forgetting, but to start IIS (5.1 in my case) you just need type the following into a terminal.
net start w3svc
This is more of a note to myself as I keep forgetting, but to start IIS (5.1 in my case) you just need type the following into a terminal.
net start w3svc
I was visiting a page on the Global Acer site when I came across this error message.
If you read the Microsoft Support pages on this error it seems that they exceeded the 10 connection allowed, I wonder if this is the first time that’s happened! Maybe they should try Apache instead ;-)