Re: default page

From: Benjamin (Benjamin_at_discussions.microsoft.com)
Date: 01/06/05


Date: Wed, 5 Jan 2005 23:07:01 -0800

I have found that it will work anywhere on my lan by typing the IP address
(not 192.168.*.* but the actual ip address of that is assigned from the isp)
but when you try to type in the web address it fails. This seems familiar
with problems I had when first setting up the server. I had to enable rights
on the routers firewall and virtual server. On the firewall I have allowed
all ports 1-8080 and on the virtual server I am allowing Http(80) and
Https(443). So it seems everything is working on the lan as long as you use
the ip address. I have not tested this on a computer outside of the lan yet,
but I am assuming it will fail. Any more ideas, anyone?

"Bernard" wrote:

> I'm confused :) if it's permission issue you will get 401.X error.
>
> try to browse it locally first, if it's working then try remote host.
>
> --
> Regards,
> Bernard Cheah
> http://www.tryiis.com/
> http://support.microsoft.com/
> http://www.msmvps.com/bernard/
>
>
>
> "Benjamin" <Benjamin@discussions.microsoft.com> wrote in message
> news:6F6A4102-7DCD-49A5-BEAE-7FC951DF9AF9@microsoft.com...
> > well maybe it was just a fluke or maybe I was actually in my VNC session
> > on
> > the server and didn't realize it. In any case it is no longer working
> > (that
> > is if it ever really did work)
> >
> > "Benjamin" wrote:
> >
> >> Well it is working now. I think the problem may have been that the
> >> internet
> >> guest account had no rights to the default site (I don't know why) when I
> >> gave it rights it still didn't work. but now about 5 min. later it is
> >> working, maybe it was just a delay or maybe it was a microsoft miracle.
> >> In
> >> any case I am happy and I can finally get to sleep tonight. Thanks for
> >> your
> >> help Jason and Bernard!
> >>
> >> "Jason Brown [MSFT]" wrote:
> >>
> >> > Ah, right. that clarifies things a little
> >> >
> >> > and if you type http://www.yoursite.com/ ? (note trailing slash)
> >> >
> >> >
> >> > --
> >> > Jason Brown
> >> > Microsoft GTSC, IIS
> >> >
> >> > This posting is provided "AS IS" with no warranties, and confers no
> >> > rights.
> >> >
> >> > "Benjamin" <Benjamin@discussions.microsoft.com> wrote in message
> >> > news:DF678F90-249F-4255-ABA9-81A9D096F531@microsoft.com...
> >> > > It is letting it through because if I manually type
> >> > > www.mysite.com/index.html
> >> > > it will load the page, but if I type www.mysite.com it will not
> >> > > default to
> >> > > any page what so ever even though I have it set up to.
> >> > >
> >> > > "Jason Brown [MSFT]" wrote:
> >> > >
> >> > >> From that description, it sounds like there may be a firewall issue
> >> > >> to
> >> > >> me -
> >> > >> make sure that if windows firewall is on that it allows the HTTP
> >> > >> server
> >> > >> through.
> >> > >>
> >> > >>
> >> > >>
> >> > >> --
> >> > >> Jason Brown
> >> > >> Microsoft GTSC, IIS
> >> > >>
> >> > >> This posting is provided "AS IS" with no warranties, and confers no
> >> > >> rights.
> >> > >>
> >> > >> "Benjamin" <Benjamin@discussions.microsoft.com> wrote in message
> >> > >> news:71B2D17A-91B5-4BA7-A688-51FA8A92E680@microsoft.com...
> >> > >> > Nope still a no go. Funny thing when I right click on the site in
> >> > >> > IIS
> >> > >> > and
> >> > >> > select browse it brings up the default page, but when trying to
> >> > >> > access
> >> > >> > it
> >> > >> > from another computer over the web it doesn't load. Oh and thanks
> >> > >> > for
> >> > >> > the
> >> > >> > quick reply!
> >> > >> >
> >> > >> > "Bernard" wrote:
> >> > >> >
> >> > >> >> Weird. Simple test. Copy the index.html to a new location. say
> >> > >> >> c:\test\
> >> > >> >> change the webroot point to c:\test, configure the default
> >> > >> >> document to
> >> > >> >> use
> >> > >> >> index.html
> >> > >> >>
> >> > >> >> try to browse again...
> >> > >> >>
> >> > >> >> --
> >> > >> >> Regards,
> >> > >> >> Bernard Cheah
> >> > >> >> http://www.tryiis.com/
> >> > >> >> http://support.microsoft.com/
> >> > >> >> http://www.msmvps.com/bernard/
> >> > >> >>
> >> > >> >>
> >> > >> >>
> >> > >> >> "Benjamin" <Benjamin@discussions.microsoft.com> wrote in message
> >> > >> >> news:34B0C189-8679-48B6-996C-F0AD17C1917A@microsoft.com...
> >> > >> >> >I have IIS 6.0 running on a win 2k3 server. I was trying to set
> >> > >> >> >my
> >> > >> >> >default
> >> > >> >> > document for my site because it was showing the "under
> >> > >> >> > construction"
> >> > >> >> > page
> >> > >> >> > (iisstart.htm or something like that) so I put my index.htm in
> >> > >> >> > the
> >> > >> >> > site
> >> > >> >> > directory and added the file name to the default document list
> >> > >> >> > and
> >> > >> >> > gave
> >> > >> >> > it
> >> > >> >> > the highest priority. But now NOTHING loads for the default
> >> > >> >> > page.
> >> > >> >> > I
> >> > >> >> > even
> >> > >> >> > tried to use the iisstart.html again as the default and it
> >> > >> >> > doesn't
> >> > >> >> > load
> >> > >> >> > as
> >> > >> >> > the default now either. I have made sure the check box to
> >> > >> >> > enable a
> >> > >> >> > default
> >> > >> >> > document was checked. I can use a default document inside the
> >> > >> >> > site
> >> > >> >> > just
> >> > >> >> > fine. For instance say my site is www.mysite.com I want it to
> >> > >> >> > load
> >> > >> >> > index.htm
> >> > >> >> > automatically but it won't load any default page but it will
> >> > >> >> > load a
> >> > >> >> > default
> >> > >> >> > page for say www.mysite.com/web then it will load the index.htm
> >> > >> >> > or
> >> > >> >> > whatever
> >> > >> >> > the default page may be but it will not load a default page for
> >> > >> >> > the
> >> > >> >> > root
> >> > >> >> > of
> >> > >> >> > the site anymore. I have tried stoping the site and I even
> >> > >> >> > restarted
> >> > >> >> > the
> >> > >> >> > server and I still get nothing. This is becoming very
> >> > >> >> > frustrating,
> >> > >> >> > anyone
> >> > >> >> > know what I might have broken.
> >> > >> >>
> >> > >> >>
> >> > >> >>
> >> > >>
> >> > >>
> >> > >>
> >> >
> >> >
> >> >
>
>
>



Relevant Pages

  • Re: Any public port forwarding servers available ?
    ... I don't see that capability in my SMC routers either (I've three at ... The "virtual server" component - which is what does this type of port ... the forwarding "hardcoded" to the class C on the LAN side. ...
    (comp.security.ssh)
  • Exchange Virtual Server or Clusters ip address cant communicate with them
    ... I followed the instructions from the MS Exchange 2k3 ... After creating the virtual server I am not able to ... The nodes can ping the cluster and the ... But the pc's and servers on the LAN cannot. ...
    (microsoft.public.windows.server.clustering)
  • Re: Not receiving email now.
    ... Mark Thank you for you help. ... When I got into the virtual server I saw that it was looking at my lan ip and not my internet ip. ...
    (microsoft.public.exchange.misc)
  • Re: slow ftp transfer
    ... You might want to capture the network traffic and analyze why it ... Bernard Cheah ... IIS server. ... The interesting thing is that whether it is ftp within the LAN or from ...
    (microsoft.public.inetserver.iis.ftp)
  • Re: slow ftp transfer
    ... Bernard Cheah ... have you ask network admin to check on network health? ... IIS server. ... The interesting thing is that whether it is ftp within the LAN or from ...
    (microsoft.public.inetserver.iis.ftp)