09-28-04 10:56 PM
"Matt Baldwin" <baldwinmathew@gmail.com> wrote in message
news:1096334499.833781.200420@k17g2000odb.googlegroups.com...
> Stop the services and set them to be manually started up, then when
> you're ready to dive into it again, just start them up. Stopping the
> default just stops the default website, it doesn't disable IIS on the
> machine.
>
> -matt
>
Yup.
You can also use a command line to make a batch file so its a double click
to start/stop.
Use this command in a "CMD" file (plain text)
net start "NAME OF SERVICE"
net stop "NAME OF SERVICE"
Where you replace the "NAME OF SERVICE" part with the service name from
System Manager.
[ Post a follow-up to this message ]
|