I have a Visual Studio project that I have setup through IIS. I can access that website locally (computer A) via chrome with no issues. I do not have to have VS open or debug the project.
I have gone ahead and setup my IIS to have the following bindings...
- type: http / host name: work.local / port: 80 / ip address: *
- type: http / host name: / port: 80 / ip address: "my computers IP address"
I used to be able to access the website from another computer (computer B) on the same network without problems, but now nothing. If I enter the computer A's ip address on computer B via chrome; I get the IIS7 welcome screen/image. If i proceed to add the rest of the URL, I get a "This site can't be reached 'computer A's IP Address' refused to connect. ERR_CONNECTION_REFSUED".
I also have port 80 setup to allow all incoming connections.
Any idea's or things I can try to resolve this?
Thanks!