Turn of IIS on Vista ?

Turn of IIS on Vista ?

am 08.08.2007 23:50:08 von David Sudlow

Hi guys,

On XP I would simply turn off the IIS service when I wasn't using it (like
when I played games).

How do I do that on Vista ? I don't see it listed in the services window.
What's the best way to disable it so it doesn't reduce performance ?

Thanks.

Re: Turn of IIS on Vista ?

am 09.08.2007 06:26:08 von David Wang

On Aug 8, 2:50 pm, "Robert A." wrote:
> Hi guys,
>
> On XP I would simply turn off the IIS service when I wasn't using it (like
> when I played games).
>
> How do I do that on Vista ? I don't see it listed in the services window.
> What's the best way to disable it so it doesn't reduce performance ?
>
> Thanks.



Do exactly the same way as you do on XP. The service names are the
same.

IIS7 is not installed by default.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//

Re: Turn of IIS on Vista ?

am 10.08.2007 00:56:56 von nomailreplies

Run

iisreset /stop

....from the "Start", "Run" menu.

When you want it again, run :

iisreset /start






Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Robert A." wrote in message news:uOyDaYg2HHA.3764@TK2MSFTNGP04.phx.gbl...
> Hi guys,
>
> On XP I would simply turn off the IIS service when I wasn't using it (like when I played games).
>
> How do I do that on Vista ? I don't see it listed in the services window. What's the best way to disable it so it
> doesn't reduce performance ?
>
> Thanks.
>

Re: Turn of IIS on Vista ?

am 10.08.2007 02:09:29 von David Sudlow

Hi Juan,

I tried that and it doesn't seem to stop it because I went to
http://localhost and the default page still loaded.

Thanks,
Robert


"Juan T. Llibre" wrote in message
news:OOrlait2HHA.536@TK2MSFTNGP06.phx.gbl...
> Run
>
> iisreset /stop
>
> ...from the "Start", "Run" menu.
>
> When you want it again, run :
>
> iisreset /start
>
>
>
>
>
>
> Juan T. Llibre, asp.net MVP
> asp.net faq : http://asp.net.do/faq/
> foros de asp.net, en español : http://asp.net.do/foros/
> ======================================
> "Robert A." wrote in message
> news:uOyDaYg2HHA.3764@TK2MSFTNGP04.phx.gbl...
>> Hi guys,
>>
>> On XP I would simply turn off the IIS service when I wasn't using it
>> (like when I played games).
>>
>> How do I do that on Vista ? I don't see it listed in the services window.
>> What's the best way to disable it so it doesn't reduce performance ?
>>
>> Thanks.
>>
>
>

Re: Turn of IIS on Vista ?

am 10.08.2007 10:40:05 von David Wang

Are you looking at a cached page within the browser?

There are way better ways to show that IIS is not running than
something as inaccurate as a web browser. Remember, web browsers are
optimized towards browsing the web, not telling you the truth about
what it actually does in contacting a web server.

IIS7 is not installed by default, so maybe that's why you don't even
see "World Wide Web Publishing Service".

If you do not see "World Wide Web Publishing Service" in Services,
then IIS is not installed and cannot be running. If you see it as
"Stopped" then it is installed but not running.

IIS7 is controlled in similar manner like on XP Pro, so do whatever
you did on XP -- nothing special needed.

Thus, if you say that http://localhost works but you do not see "World
Wide Web Publishing Service", then you're not running IIS and some
other web server is responding to http://localhost. Maybe you have a
network misconfiguration that makes localhost go to another machine.
Maybe you have a rogue service listening on port 80 of your machine.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//



On Aug 9, 5:09 pm, "Robert A." wrote:
> Hi Juan,
>
> I tried that and it doesn't seem to stop it because I went tohttp://local=
hostand the default page still loaded.
>
> Thanks,
> Robert
>
> "Juan T. Llibre" wrote in messagenews:OOrlait=
2HHA.536@TK2MSFTNGP06.phx.gbl...
>
>
>
> > Run
>
> > iisreset /stop
>
> > ...from the "Start", "Run" menu.
>
> > When you want it again, run :
>
> > iisreset /start
>
> > Juan T. Llibre, asp.net MVP
> > asp.net faq :http://asp.net.do/faq/
> > foros de asp.net, en espa=F1ol :http://asp.net.do/foros/
> > ==================== ===3D=
===============3D
> > "Robert A." wrote in message
> >news:uOyDaYg2HHA.3764@TK2MSFTNGP04.phx.gbl...
> >> Hi guys,
>
> >> On XP I would simply turn off the IIS service when I wasn't using it
> >> (like when I played games).
>
> >> How do I do that on Vista ? I don't see it listed in the services wind=
ow.
> >> What's the best way to disable it so it doesn't reduce performance ?
>
> >> Thanks.- Hide quoted text -
>
> - Show quoted text -

Re: Turn of IIS on Vista ?

am 10.08.2007 18:36:39 von David Sudlow

Hi David,

As usual, you are correct. When I did it in XP I would turn off "Internet
Information Services" (or something like that) which would then
automatically turn off "World Wide Web Publishing Service", so in Vista I
assumed it was the same.

I do see "World Wide Web Publishing Service" in the services list so I'll do
as you suggested and simply turn off that when not using it.

In my other post I wrote that I got PHP working as well, so I'm very happy
now.

Thanks for the help.


"David Wang" wrote in message
news:1186735205.171718.7890@q3g2000prf.googlegroups.com...
Are you looking at a cached page within the browser?

There are way better ways to show that IIS is not running than
something as inaccurate as a web browser. Remember, web browsers are
optimized towards browsing the web, not telling you the truth about
what it actually does in contacting a web server.

IIS7 is not installed by default, so maybe that's why you don't even
see "World Wide Web Publishing Service".

If you do not see "World Wide Web Publishing Service" in Services,
then IIS is not installed and cannot be running. If you see it as
"Stopped" then it is installed but not running.

IIS7 is controlled in similar manner like on XP Pro, so do whatever
you did on XP -- nothing special needed.

Thus, if you say that http://localhost works but you do not see "World
Wide Web Publishing Service", then you're not running IIS and some
other web server is responding to http://localhost. Maybe you have a
network misconfiguration that makes localhost go to another machine.
Maybe you have a rogue service listening on port 80 of your machine.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//



On Aug 9, 5:09 pm, "Robert A." wrote:
> Hi Juan,
>
> I tried that and it doesn't seem to stop it because I went
> tohttp://localhostand the default page still loaded.
>
> Thanks,
> Robert
>
> "Juan T. Llibre" wrote in
> messagenews:OOrlait2HHA.536@TK2MSFTNGP06.phx.gbl...
>
>
>
> > Run
>
> > iisreset /stop
>
> > ...from the "Start", "Run" menu.
>
> > When you want it again, run :
>
> > iisreset /start
>
> > Juan T. Llibre, asp.net MVP
> > asp.net faq :http://asp.net.do/faq/
> > foros de asp.net, en español :http://asp.net.do/foros/
> > ======================================
> > "Robert A." wrote in message
> >news:uOyDaYg2HHA.3764@TK2MSFTNGP04.phx.gbl...
> >> Hi guys,
>
> >> On XP I would simply turn off the IIS service when I wasn't using it
> >> (like when I played games).
>
> >> How do I do that on Vista ? I don't see it listed in the services
> >> window.
> >> What's the best way to disable it so it doesn't reduce performance ?
>
> >> Thanks.- Hide quoted text -
>
> - Show quoted text -