networking - Viewing my IIS hosted site on other machines on my network -


I have a simple network setup with 2 machines at home.

I have a site on a machine, instead of the standard localhost / index.htm hosted with IIS7, I indicate this code to local IP (127.0.0.1) Has added an entry to the HOSTS file - www .mysite.dev .

I can not get any problem with the site from www.mysite.dev .

What I have to do is enable this site to be able to view on the network from my other machine.

In the beginning, I assumed that it can be done with a URL like machine-name / www.mysite.dev , but the connection is always out time. But I can ping machine-name without any problem.

For testing purposes, I have disabled the windows firewall on both machines but there is no happiness.

Typical web developer, my hardware / network skills are very poor.

Can anyone see where I am going?

As other people have said that the firewall is on TCP port 80 There is a need to configure accept incoming calls .

  • Inbound rule

  • -> Take action World Wide Web Services (HTP)
  • Next

    • Because Outbound traffic (the world outside the server) is allowed by D Efault . This means that HTTP reactions means that the web server is sending out users and requests back to

    • but inbound traffic server out of the server) Is blocked by by default as if the user requests his web browser which can not access the web server by default and you have to open it.

    You can take a closer look at inbound and outbound rules on

    .

    Comments

    Popular posts from this blog

    sql - dynamically varied number of conditions in the 'where' statement using LINQ -

    asp.net mvc - Dynamically Generated Ajax.BeginForm -

    Debug on symbian -