« Previous Next »

Thread: web server not working on local network

Last post 10-05-2008 9:52 PM by rlee923. 13 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (14 items)

Sort Posts:

  • 09-13-2008, 2:23 AM

    • rlee923
    • Not Ranked
    • Joined on 09-13-2008, 2:12 AM
    • Posts 7

    web server not working on local network

    Hi,

    I have installed IIS and it was working fine  but all of the sudden it stopped working.

    I have installed a lot of windows update recently and not sure whether this might be causing the problem.

    I tried google for hours but I couldn't find a real good solution to this.

    I can actually access on local machine, all the files, and asp files do load up properly.

    But when I tried to access any file on a diffent computer within the same LAN, it wouldn't work.

     I thought it was a firewall problem so I turned the firewall off and tried it but gives me the same result, which is just timeout.

     I have tried it with 3 different machine, 1 iphone, and 1 notebook and 1 other pc.

    But they all give me the same result.

    I did look into IIS admin and configurations on control panel but I couldn't find anything suspicious.

    It had all the anonymous permission allowed on the web folders and everything seemed fine.

     I am using nod32 for antivirus,  iis 5.1 on windows xp pro, installed all the updates.

    What could go wrong?

    Thanks a lot for helping in advance.

    Cheers

     

  • 09-13-2008, 3:01 PM In reply to

    Re: web server not working on local network

    I wouldn't say this sounds like an IIS issue as much as a network issue.  Can remote machines

    1) ping the iis server?

    2) telnet X.X.X.X 80 (replace x.x.x.x with the iis ip address) and a get connectivity.

    3) Anything show up in the IISLogs?

    Steve Schofield
    Windows Server MVP - IIS
    http://weblogs.asp.net/steveschofield


    http://www.IISLogs.com
    Log archival solution
    Install, Configure, Forget
  • 09-15-2008, 6:58 AM In reply to

    • rlee923
    • Not Ranked
    • Joined on 09-13-2008, 2:12 AM
    • Posts 7

    Re: web server not working on local network

    Thanks for the reply steve I have tried

    reinstalling iis and asp.net

     when I install iis again, I changed the existing folder name "inetpub' to inetpubs

    no luck.

     

    Back you what you have suggested me to do, -

    1 ping - it works

    2 telnet, does not work

    3

    #Version: 1.0
    #Date: 2008-09-15 10:23:02
    #Fields: time c-ip cs-method cs-uri-stem sc-status
    10:23:02 10.0.0.5 GET /ebook/index.html 500
    10:23:04 10.0.0.5 GET /ebook/index.html 500
    #Software: Microsoft Internet Information Services 5.1
    #Version: 1.0
    #Date: 2008-09-15 10:26:01
    #Fields: time c-ip cs-method cs-uri-stem sc-status
    10:26:01 10.0.0.5 GET /ebook/index.html 500

     #Software: Microsoft Internet Information Services 5.1
    #Version: 1.0
    #Date: 2008-09-15 10:41:28
    #Fields: time c-ip cs-method cs-uri-stem sc-status
    10:41:28 10.0.0.5 GET /iisstart.asp 302
    10:41:28 10.0.0.5 GET /localstart.asp 401
    10:42:20 10.0.0.5 GET /ebook/index.html 200
    10:43:13 127.0.0.1 GET /ebook/index.html 200
    10:43:15 127.0.0.1 GET /ebook/index.html 304
    10:45:25 10.0.0.5 GET /ebook/ 403
    10:45:30 10.0.0.5 GET /ebook/index.html 304 

    This is the log.

     

    first one is what i tried on my notebook

     and second is what I tried on localmachine

    What do you think is the problem?

     

     

  • 09-15-2008, 9:13 AM In reply to

    Re: web server not working on local network

    rlee923:
    What do you think is the problem?

    Windows firewall.  Turn it off or open port 80.

    Jeff

    Look for Wrox's new book Professional IIS 7 in your local bookstore, or order now at Amazon.com
  • 09-15-2008, 11:25 AM In reply to

    • tomkmvp
    • Top 10 Contributor
    • Joined on 03-20-2003, 6:27 AM
    • Central NJ
    • Posts 6,189

    Re: web server not working on local network

    The notebook (remote) requests are getting logged [so it's probably not the firewall, sorry Jeff :)] but they're returning a 500 error.  What is showing up in the server Event logs?

  • 09-19-2008, 5:41 AM In reply to

    Re: web server not working on local network

    rlee923:

    Thanks for the reply steve I have tried

    reinstalling iis and asp.net

     when I install iis again, I changed the existing folder name "inetpub' to inetpubs

    no luck.

     

    Back you what you have suggested me to do, -

    1 ping - it works

    2 telnet, does not work

    3

    #Version: 1.0
    #Date: 2008-09-15 10:23:02
    #Fields: time c-ip cs-method cs-uri-stem sc-status
    10:23:02 10.0.0.5 GET /ebook/index.html 500
    10:23:04 10.0.0.5 GET /ebook/index.html 500
    #Software: Microsoft Internet Information Services 5.1
    #Version: 1.0
    #Date: 2008-09-15 10:26:01
    #Fields: time c-ip cs-method cs-uri-stem sc-status
    10:26:01 10.0.0.5 GET /ebook/index.html 500

     #Software: Microsoft Internet Information Services 5.1
    #Version: 1.0
    #Date: 2008-09-15 10:41:28
    #Fields: time c-ip cs-method cs-uri-stem sc-status
    10:41:28 10.0.0.5 GET /iisstart.asp 302
    10:41:28 10.0.0.5 GET /localstart.asp 401
    10:42:20 10.0.0.5 GET /ebook/index.html 200
    10:43:13 127.0.0.1 GET /ebook/index.html 200
    10:43:15 127.0.0.1 GET /ebook/index.html 304
    10:45:25 10.0.0.5 GET /ebook/ 403
    10:45:30 10.0.0.5 GET /ebook/index.html 304 

    This is the log.

     

    first one is what i tried on my notebook

     and second is what I tried on localmachine

    What do you think is the problem?

     

     

    The second log seems to be normal. Only notebook access results in the problem?

    When the problem is reproduced, open event viewer and check if there is any DCOM/COM+/W3SVC related errors reported. I assume it's COM+ related, IWAM accoutn out of sync, etc..

    How Web site administrators can troubleshoot an "HTTP 500 - Internal Server Error" error message on IIS 4.0 or on IIS 5.0

    http://support.microsoft.com/?id=311766

    WenJun Zhang - MSFT
    Sincerely
    Microsoft Online Community Support

    “Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
  • 09-19-2008, 7:51 AM In reply to

    • rlee923
    • Not Ranked
    • Joined on 09-13-2008, 2:12 AM
    • Posts 7

    Re: web server not working on local network

    Exactly what kind of message Am I looking for from event viewer?

     

    I have opened it up it only shows me items like launches of normal services.

     Is there any different location am I supposed to look in other then

    event viewer -> programs?

  • 09-19-2008, 8:10 AM In reply to

    • tomkmvp
    • Top 10 Contributor
    • Joined on 03-20-2003, 6:27 AM
    • Central NJ
    • Posts 6,189

    Re: web server not working on local network

    Look in the Application and System logs for warnings or errors related to W3SVC, IIS, or ASP.NET.

    Also make sure that friendly error messages are disabled in IE on the notebook PC and see if you get a more descriptive error.

    See also:
    http://www.google.com/search?hl=en&safe=active&rls=GGLG%2CGGLG%3A2006-01%2CGGLG%3Aen&q=site%3Asupport.microsoft.com+iis+500

  • 09-19-2008, 8:42 PM In reply to

    • rlee923
    • Not Ranked
    • Joined on 09-13-2008, 2:12 AM
    • Posts 7

    Re: web server not working on local network

    I have looked at the event logs , coudln't find anything suspicous.

    For some reason, when I tried to browse the file,

    IE 7 automatically does search on google. So I cannot even try to the http error message.

     I will try few more things and let you know.

    Thanks Tom, Steve, and others for help.~

     

  • 09-19-2008, 9:15 PM In reply to

    • rlee923
    • Not Ranked
    • Joined on 09-13-2008, 2:12 AM
    • Posts 7

    Re: web server not working on local network

    one thing I have noticed is

    On the iis config window, the default website does not have ip addr assigned.

    well it didn't. So I assigned it and now i can't  browse anything even on localmachine and get 404 error.

    ARgh....driving me nuts.

     

  • 09-20-2008, 11:13 PM In reply to

    Re: web server not working on local network

    Here is a blog posting with various items for localhost issues.

    http://weblogs.asp.net/steveschofield/archive/2007/03/17/localhost-connection-issues-list.aspx

    Steve Schofield
    Windows Server MVP - IIS
    http://weblogs.asp.net/steveschofield


    http://www.IISLogs.com
    Log archival solution
    Install, Configure, Forget
  • 09-23-2008, 8:21 AM In reply to

    • rlee923
    • Not Ranked
    • Joined on 09-13-2008, 2:12 AM
    • Posts 7

    Re: web server not working on local network

    just wondering.. like I asked above, is it normal to have the ip not assigned on the configuration of the default web page?

  • 09-23-2008, 8:57 AM In reply to

    Re: web server not working on local network

     Surely the setting is "all assigned" not "not assigned". I think that is default.

  • 10-05-2008, 9:52 PM In reply to

    • rlee923
    • Not Ranked
    • Joined on 09-13-2008, 2:12 AM
    • Posts 7

    Re: web server not working on local network

    ok i've given up remote access :P

     still can't figure out why.

    Btw I am trying to test asp.net pages on localhost, but it's not displaying.

    Surely the asp files load fine, but aspx doesn't load and it complains that it cannot display xml pages.

    <%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Default.aspx.cs" Inherits="_Default" %>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml" >
    <head runat="server">
        <title>Untitled Page</title>
    </head>
    <body>
        <form id="form1" runat="server">
        <div>
       
        </div>
        </form>
    </body>
    </html>

    this is the code on the source section of the file.

    As you can see, I haven't touched anything after I created new webform file.

    But it doesn't work... man.. I don't have much luck with IIS.

     

Page 1 of 1 (14 items)
Microsoft Communities