Results 1 to 6 of 6

Thread: [RESOLVED] IIS5.1 Setup on XP

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    Resolved [RESOLVED] IIS5.1 Setup on XP

    I have two computers running XP connected via a router. Both have IIS 5.1installed and both are used to develop websites using VWD 2005 Express.

    From computer A (I call her Trixie) I simply want to open a web browser and navigate to a site on computer B (I call her Bambi).

    I thought I could use \\bambi\localhost\websitename but I get "windows cannot find \\bambi\localhost\websitename" error.

    Is this a setup/security issue? What would be the url to access a website on Bambi from Trixie?

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: IIS5.1 Setup on XP

    http://bambi/websitename/

    \\ is a UNC path and the browser is passing the request to windows explorer which is attempting to find the shared directory.

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    Re: IIS5.1 Setup on XP

    I now get the "Internet Explorer cannot display the webpage" error.

    Is there a setting I need to enable somewhere? In IIS, the Router or maybe Windows Firewall...

  4. #4
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: IIS5.1 Setup on XP

    If you are using the internal development webserver of VWD (assuming it has one, like VisualStudio), then it's probably running on a non-standard port. If you run the code on the local machine, it will open up the web browser with http://localhost:portnumber/websitename/. Grab the port number from that URL and plug it into the URL on the other computer. http://bambi:portnumber/websitename/.
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: IIS5.1 Setup on XP

    Make sure you try it on each machine's own browser first. So go to Bambi, open a browser, then try http://localhost/sitename/

    You've set the virtual directory up in IIS, right, and not the Visual Studio web development server as treee is mentioning?

    If it works from bambi to bambi, but not trixie to bambie, then it could be any number of issues, one of which would be firewall.

  6. #6

    Thread Starter
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    Re: IIS5.1 Setup on XP

    Windows Firewall was blocking HTTP access.

    Open Windows Firewall
    Select the Advanced Tab
    Select/highlight "Local Area Connection" in the Network Connection Settings frame.
    Click the Settings button
    Enable the Web Service (HTTP) option.
    Click Ok.

    Thanks guys...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width