Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

iisadmin name on Windows 7

401 views
Skip to first unread message

Abe Simpson

unread,
Jul 19, 2010, 12:03:31 PM7/19/10
to
Hi all,

I have an application that essentially restarts IIS programmatically. On
Windows 2000, 2003 and XP, the name for the IIS service was "iisadmin".
However on Windows 7 (and probably Vista too?) this name is no longer
recognized. Through some experimentation, I figured the new name was "http"
but wanted to confirm it with you folks.

Thanks.

-- Abe

Ken Schaefer

unread,
Jul 21, 2010, 7:58:10 AM7/21/10
to
iisadmin service is still there. However http connections are managed by
http.sys. This is also the case in Vista and Windows Server 2008, not just
Win7 and Windows Server 2008 R2

Cheers
Ken

"Abe Simpson" <a...@simpson.com> wrote in message
news:ueC2sv1J...@TK2MSFTNGP06.phx.gbl...

Abe Simpson

unread,
Jul 21, 2010, 1:29:51 PM7/21/10
to
Thanks for this info. If iisadmin is still there, how come I cannot execute
the command

c:\>net stop iisadmin /y

The response is, "The service name is invalid."

however

c:\>net stop http /y

does work and stops W3SVC and other services.

Thanks again for your reply.

-- Abe


"Ken Schaefer" <kenR...@THISadOpenStatic.com> wrote in message
news:e5IOcvMK...@TK2MSFTNGP02.phx.gbl...

Ken Schaefer

unread,
Jul 22, 2010, 12:23:59 PM7/22/10
to
You will need to execute that step in a command window that has elevated
privileges (to see the iisadmin service)

If you run: sc.exe query type= service in an elevated command window you
will get a list of services (and it also gives you the ability to
start/stop/pause/etc services and drivers). You can also see exposed
services via the Services MMC (Start -> Control Panel -> System -> Admin
Tools -> Services)

Cheers
Ken

"Abe Simpson" <a...@simpson.com> wrote in message

news:uVfzVpPK...@TK2MSFTNGP04.phx.gbl...

0 new messages