Windows – Why can’t anyone else access the website in IIS on Windows 7

asp.netiis-7windows 7

I've got an ASP.NET application that I have in IIS on my Windows 7 Ultimate machine. I've tested it from that machine and it works fine. This machine is in my home network, a simple peer-to-peer network. The strange thing is that no one else in my network can access that website. Why is that? There are other Windows 7 machines here, and they're all in the same homegroup. When I attempt to access the website on my machine from one of the other machines, it fails and that's it.

So, what's wrong?

Best Answer

The first thing I would check is your firewall settings. If it works with the firewall disabled, then re-enable the firewall and open port 80 (for HTTP) for incoming connections. You may have to open other ports for other services like FTP.

Related Question