Re: IIS Service on XP Pro SR2
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 09/26/04
- Next message: David Wang [Msft]: "Re: IIS, ASP & PHP - is it possible?"
- Previous message: Kristofer Gafvert: "Re: IIS4 not releasing IP address after website deletion"
- In reply to: Grumpy Aero Guy: "IIS Service on XP Pro SR2"
- Next in thread: Grumpy Aero Guy: "Re: IIS Service on XP Pro SR2"
- Reply: Grumpy Aero Guy: "Re: IIS Service on XP Pro SR2"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 26 Sep 2004 01:56:26 -0700
Depending on your configuration, it is probably normal. As I explain below,
the issue isn't really with IIS/Windows.
Unknown to you, you are running some code SOMEWHERE that queried for IIS
configuration and that action triggered the IISADMIN service to start. This
code is running as either LocalSystem or with Administrative privileges
(only way for it to auto-trigger IISADMIN service to start since IIS
interfaces are accessible only by those accounts).
Some of the in-box services that can do this include FTP, WWW, SMTP, NNTP,
Indexing Service, Remote Printing Service, and Phonebook Service.
There may be others, including 3rd party software, that can do this.
You will have to figure out what code is triggering IISADMIN to start like
that and stop that code from doing so.
Another way to go about it is if you DISABLE the IISADMIN Service and see
what software/services complain/fail-to-start.
-- //David IIS This posting is provided "AS IS" with no warranties, and confers no rights. // "Grumpy Aero Guy" <fbachman@beer_me.com> wrote in message news:%23wt4Xm2oEHA.1712@tk2msftngp13.phx.gbl... Got IIS installed (sucessfully)... all is well. Configured ALL IIS related services to start MANUALLY, i.e. NOT automatic. ALL services (FTP,WWW,SMTP) except for the IIS service are behaving. After bootup, IIS shows "starting..." eventhough it is configured to MANUAL. ??? Is this normal? -- Frank Bachman (Grumpy Aero Guy)
- Next message: David Wang [Msft]: "Re: IIS, ASP & PHP - is it possible?"
- Previous message: Kristofer Gafvert: "Re: IIS4 not releasing IP address after website deletion"
- In reply to: Grumpy Aero Guy: "IIS Service on XP Pro SR2"
- Next in thread: Grumpy Aero Guy: "Re: IIS Service on XP Pro SR2"
- Reply: Grumpy Aero Guy: "Re: IIS Service on XP Pro SR2"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|