Bec d'état - Rebecca Scott

Blog | Links | Archive
About | Resume | Advisor profile | Projects | Contact


~/Access IIS Express from another computer

17 Sep 2013

Here’s some good resources:

Here the down-low:

<binding protocol="http" bindingInformation="*:PORT:localhost" />
<binding protocol="http" bindingInformation="*:PORT:192.168.1.123" />

The site should now be available within the local subnet (255.255.255.0) using the computer’s IP address. Using the machine name should be fine, just replace the IP address with the machine name in the steps above (although I haven’t tested this).