-
-
Save justinyoo/b25a717052484395b5e1773d42e501b9 to your computer and use it in GitHub Desktop.
Remote Access to Local Web App from Mobile Devices
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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