Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created February 25, 2017 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinyoo/b25a717052484395b5e1773d42e501b9 to your computer and use it in GitHub Desktop.
Save justinyoo/b25a717052484395b5e1773d42e501b9 to your computer and use it in GitHub Desktop.
Remote Access to Local Web App from Mobile Devices
<sites>
...
<site ...>
...
<bindings>
<binding protocol="http" bindingInformation="*:7314:localhost" />
<binding protocol="http" bindingInformation="*:7314:192.168.1.3" />
</bindings>
...
</site>
...
</sites>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment