Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Disable IIS without getting events logged?

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  IIS 5.0 /Windows 2000 AP application on High(isol..  
Author Message
user3393

External


Since: Jan 05, 2005
Posts: 2



(Msg. 1) Posted: Wed Jan 05, 2005 2:12 pm
Post subject: Disable IIS without getting events logged?
Archived from groups: microsoft>public>inetserver>iis (more info?)

For the version of IIS that comes with Windows 2000 Advanced Server,
what is the right way to disable the service?

I don't host a Web site on this server, so I want to disable everything
related to IIS. I don't need the service running in the background.

I went into Services and changed the startup type for IIS Admin Service
to Disabled. Apparently this isn't all that's required, since I'm
getting message in my event log. Wink Since I don't host Web sites, I
don't know the procedure for doing this right.

The event log messages show event ID 10005 from source DCOM, user NT
Authority/System, saying:

DCOM got error "The service cannot be started, either because it is
disabled [yes, this is the reason!] or because it has no enabled devices
associated with it" attempting to start the service IISADMIN with
arguments "" in order to run the server: {A9E69610-B80D-11D0-B9B9-
00A0C922E750}

I have searched Google and eventID.Net. Google and the MS knowledge
base say to get rid of this error, enable the service. EventID.NEt
doesn't help much. The GUID in the message is for IIS Admin, I think.

Who is asking DCOM to start the IIS admin service?

How can I disable the IIS Admin service without getting these event
messages in my system log?

Thanks.

David Walker

 >> Stay informed about: Disable IIS without getting events logged? 
Back to top
Login to vote
dmox

External


Since: Jan 05, 2005
Posts: 2



(Msg. 2) Posted: Wed Jan 05, 2005 5:21 pm
Post subject: Re: Disable IIS without getting events logged? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"DWalker" <None> wrote in message
news:eXHNZO38EHA.1452@TK2MSFTNGP11.phx.gbl...
 > For the version of IIS that comes with Windows 2000 Advanced Server,
 > what is the right way to disable the service?
 >
 > I don't host a Web site on this server, so I want to disable everything
 > related to IIS. I don't need the service running in the background.
 >
 > I went into Services and changed the startup type for IIS Admin Service
 > to Disabled. Apparently this isn't all that's required, since I'm
 > getting message in my event log. Wink Since I don't host Web sites, I
 > don't know the procedure for doing this right.
 >
 > The event log messages show event ID 10005 from source DCOM, user NT
 > Authority/System, saying:
 >
 > DCOM got error "The service cannot be started, either because it is
 > disabled [yes, this is the reason!] or because it has no enabled devices
 > associated with it" attempting to start the service IISADMIN with
 > arguments "" in order to run the server: {A9E69610-B80D-11D0-B9B9-
 > 00A0C922E750}
 >
 > I have searched Google and eventID.Net. Google and the MS knowledge
 > base say to get rid of this error, enable the service. EventID.NEt
 > doesn't help much. The GUID in the message is for IIS Admin, I think.
 >
 > Who is asking DCOM to start the IIS admin service?
 >
 > How can I disable the IIS Admin service without getting these event
 > messages in my system log?
 >
 > Thanks.
 >
 > David Walker

If you stop the World Wide Web Publishing Service, that should stop IIS from
running at all.<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Disable IIS without getting events logged? 
Back to top
Login to vote
user1772

External


Since: Jun 10, 2004
Posts: 1807



(Msg. 3) Posted: Wed Jan 05, 2005 10:35 pm
Post subject: Re: Disable IIS without getting events logged? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 05 Jan 2005 14:12:07 -0800, DWalker <None> wrote:

 >For the version of IIS that comes with Windows 2000 Advanced Server,
 >what is the right way to disable the service?

 >I don't host a Web site on this server, so I want to disable everything
 >related to IIS. I don't need the service running in the background.

Remove it. From Add/Remove Programs -> Windows Components.

Jeff<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Disable IIS without getting events logged? 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 2972



(Msg. 4) Posted: Thu Jan 06, 2005 1:10 am
Post subject: Re: Disable IIS without getting events logged? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello David,

The easiest (and recommended) way is to uninstall IIS. You do this from
Add/Remove Windows Components.



--
Regards,
Kristofer Gafvert
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">www.ilopia.com</a>

DWalker wrote:

 > For the version of IIS that comes with Windows 2000 Advanced Server,
 > what is the right way to disable the service?
 >
 > I don't host a Web site on this server, so I want to disable everything
 > related to IIS. I don't need the service running in the background.
 >
 > I went into Services and changed the startup type for IIS Admin Service
 > to Disabled. Apparently this isn't all that's required, since I'm
 > getting message in my event log. Wink Since I don't host Web sites, I
 > don't know the procedure for doing this right.
 >
 > The event log messages show event ID 10005 from source DCOM, user NT
 > Authority/System, saying:
 >
 > DCOM got error "The service cannot be started, either because it is
 > disabled [yes, this is the reason!] or because it has no enabled devices
 > associated with it" attempting to start the service IISADMIN with
 > arguments "" in order to run the server: {A9E69610-B80D-11D0-B9B9-
 > 00A0C922E750}
 >
 > I have searched Google and eventID.Net. Google and the MS knowledge
 > base say to get rid of this error, enable the service. EventID.NEt
 > doesn't help much. The GUID in the message is for IIS Admin, I think.
 >
 > Who is asking DCOM to start the IIS admin service?
 >
 > How can I disable the IIS Admin service without getting these event
 > messages in my system log?
 >
 > Thanks.
 >
 > David Walker<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Disable IIS without getting events logged? 
Back to top
Login to vote
user3393

External


Since: Jan 05, 2005
Posts: 2



(Msg. 5) Posted: Thu Jan 06, 2005 10:38 am
Post subject: Re: Disable IIS without getting events logged? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Kristofer Gafvert" <kgafvert DeleteThis @NEWSilopia.com> wrote in
news:xn0dwxisbe0utu500c@news.microsoft.com:

 > Hello David,
 >
 > The easiest (and recommended) way is to uninstall IIS. You do this
 > from Add/Remove Windows Components.
 >
 >
 >

Thanks for the responses. I'll remove it. (Dmox suggested that I stop
World Wide Web publishing service, which I already did but the messages
continue.)

I'll remove the component.

David Walker<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Disable IIS without getting events logged? 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 6) Posted: Thu Jan 06, 2005 11:57 pm
Post subject: Re: Disable IIS without getting events logged? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

What is happening is that you are running SOMETHING ELSE (another service,
another program, another spyware, etc) that was trying to read/write IIS
metadata (that is why IISADMIN service starts up). This will trigger DCOM
to try to start up IIS, which would fail since you disabled IISADMIN.

You will need to stop the other program(s) from trying to use IIS -- only
then will you get rid of the event log errors. The event log errors are
actually good things -- it tells you something else needs to be removed as
well.

--
//David
IIS
<a style='text-decoration: underline;' href="http://blogs.msdn.com/David.Wang" target="_blank">http://blogs.msdn.com/David.Wang</a>
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"DWalker" <None> wrote in message
news:ub9Qq7B9EHA.3820@TK2MSFTNGP11.phx.gbl...
"Kristofer Gafvert" <kgafvert DeleteThis @NEWSilopia.com> wrote in
news:xn0dwxisbe0utu500c@news.microsoft.com:

 > Hello David,
 >
 > The easiest (and recommended) way is to uninstall IIS. You do this
 > from Add/Remove Windows Components.
 >
 >
 >

Thanks for the responses. I'll remove it. (Dmox suggested that I stop
World Wide Web publishing service, which I already did but the messages
continue.)

I'll remove the component.

David Walker<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Disable IIS without getting events logged? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
How to log W3C events - Hi, Is there another tool supplied by Microsoft that allows logging w3c events (other than using the IIS manager or the system event viewer)? Thank you. JF

Debugging WAM Events - I'm occasionally recieving WAM events in production that show that my ISAPI plugin is crashing. What is the best way to debug this in a production environment? Can I set this up to generate a DR. Watson dump? Note, this is on NT4. Thanks

Who is logged on with .vbs? - Any scripts out there to get current IIS 6.0 server stats? Dan Foxley

IIS 6 Multi-threaded Debugging Help with Events: 1009 and .. - Hi, I am having trouble pinpointing the cause of w3wp.exe processes crashing. I am running Win2003, IIS 6.0, and have my own ISAPI filter running. My filter performs a lookup in AD, spawns a thread to watch a queue, and opens a backchannel request to..

Removing SMTP events from the event log? - Hi there.. Currently the system log is swamped in events about the SMTPSVC not being able to deliver a message to some domain that does not exists. It's not a system konfiguration problem or like, so I would like to be able to exclude these events from....
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]