Will, are you saying that you are running the IIS Admin service only on some
local machine that is then pointing to the IIS Server itself on another
machine?  Excuse the question if it seems curious.  If not then there has to
be a WorldWide Web Publishing Service in the Services area.  I hope this
makes sense to you, I'm english and my english is sometimes perculiar.

Also, you can check the IIS logs directly by looking the directory they are
saved to on the IIS Server and using a simple log viewer.

Kind Regards - Mike Brunt


-----Original Message-----
From: W Luke [mailto:[EMAIL PROTECTED]]
Sent: Saturday, August 25, 2001 12:22 PM
To: CF-Talk
Subject: Re: Not Serving Pages Was RE: Quick query question (qqq)




> Will, one more thing, *check the IIS log for the default.ida error
message.

How, though?  I can't open the Internet Service Manager in Administrative
Tools (nothing happens).

> As you are using a private IP scheme, your IIS server should not be
> accessible from the public Internet unless you are using Nentowrk Address
> Translation (NAT) on your firewall.  If it is not visible from the Public
> Internet it is unlikely you have been affected by the Red Worm thing.
*The
> log search as I suggest above should help you determine this.

It is viewable, as in I'm running ICS...but I have 2 firewalls on the
machine which, it'd seem, have done sod all to stop us from getting this
code red virus.  I've just run the code red patch having downloaded it, so
we'll see...

> I see you tried to stop the IIS Admin Service what happens if you try to
> stop IIS Web Publishing Service?  Another thing I would try is a Cold
Reboot
> of the Server if this is possible.

The only service related to IIS that I can see in Services is IIS Admin
Service.  I've tried rebooting, and even removing and reinstalling IIS :p
Any other ideas *much* appreciated

Cheers

Will

>
> Kind Regards - Mike Brunt
>
> -----Original Message-----
> From: W Luke [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, August 25, 2001 11:18 AM
> To: CF-Talk
> Subject: Re: Not Serving Pages Was RE: Quick query question (qqq)
>
>
> Mike, thanks for the tips.  I tried restarting IIS Admin, but got the
> following error, which is completely unhelpful:
>
> Could not stop the IIS Admin service on Local Computer
>
> Error 1053: the service did not respond to the start or control request in
a
> timely fashion.
>
> As regards the Red Worm Default.ida, I'm sure no one has dealt with this.
> If this is related, where should I look in fixing it?
>
> Many thanks
>
> Will
>
> ----- Original Message -----
> From: "Mike Brunt" <[EMAIL PROTECTED]>
> Newsgroups: cf-talk
> Sent: Saturday, August 25, 2001 6:52 PM
> Subject: Not Serving Pages Was RE: Quick query question (qqq)
>
>
> > Will, can you browse pages locally on the IIS machine itself form the
IIS
> > machine?  Make sure the IIS and ColdFusion server are running. When you
> can
> > check the document settings in IIS make sure that Index.cfm and
> > Index.htm-html are still there and are in 1st and 2nd position, if not
add
> > them.  Also, when you can, check the webserver.log in the ColdFusion
logs
> to
> > see if there are any clues there.  Also, if you were away has anyone
taken
> > care of the Red Worm Default.ida issues by patching the IIS Server, that
> is
> > of course if it is accessible via NAT from the public Internet.
> >
> > Kind Regards - Mike Brunt
> >
> > -----Original Message-----
> > From: W Luke [mailto:[EMAIL PROTECTED]]
> > Sent: Saturday, August 25, 2001 10:29 AM
> > To: CF-Talk
> > Subject: Re: Quick query question (qqq)
> >
> >
> > Ah great - thanks Chad, Howie and Diana.  I've been on holiday since
early
> > July and have forgotten the basics :p  For some reason, my local IIS
> machine
> > has stopped wanting to serve web pages.  Calling up 192.168.0.1/test.cfm
> > (or.htm) from another machine, it just waits....and waits, and nothing
> > happens.  On the machine itself, I can't access the Interet Services
> Manager
> > in Administrative Tools - any ideas? (sorry it's off thread).
> >
> > Will
> > ----- Original Message -----
> > From: "Chad Gray" <[EMAIL PROTECTED]>
> > Newsgroups: cf-talk
> > Sent: Saturday, August 25, 2001 6:13 PM
> > Subject: Re: Quick query question (qqq)
> >
> >
> > > With the LIKE statement.
> > >
> > > SELECT username
> > > FROM table
> > > WHERE username LIKE 'm%'
> > >
> > > The % symbol is a wildcard.
> > >
> > > You can also use
> > > WHERE username BETWEEN 'm'  AND 'z'
> > >
> > > This will give you all the records that are between m and z.
> > >
> > >
> > >
> > >
> > > At 05:59 PM 8/25/2001 +0100, you wrote:
> > > >I have a list of towns (3000 or so), and need to output them per
letter
> > in
> > > >the alphabet. For instance, I might need to pull up all towns
starting
> > with
> > > >the letter M.  To choose the letter, there will be a drop down box
with
> > A-Z
> > > >in it (form.letter)
> > > >
> > > >How can I do this in my query?
> > > >
> > > >Cheers
> > > >
> > > >Will
> > > >
> > > >
> > > >
> > >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to