Posts tagged with iis

Start IIS from the Command Line

January 28th, 2009

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

Maybe Time to Change the Web Server?

July 13th, 2008

I was visiting a page on the Global Acer site when I came across this error message.

Too many connections in IIS 5.0

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 ;-)