Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created February 25, 2017 13:39
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/df45586919969b64adc43c7d8b46eb1a to your computer and use it in GitHub Desktop.
Save justinyoo/df45586919969b64adc43c7d8b46eb1a to your computer and use it in GitHub Desktop.
Remote Access to Local Web App from Mobile Devices
<sites>
...
<site name="WebApplication1" id="2">
<application path="/" applicationPool="Clr4IntegratedAppPool">
<virtualDirectory path="/" physicalPath="C:\Dev\DK\WebApplication1\src\WebApplication1" />
</application>
<bindings>
<binding protocol="http" bindingInformation="*:7314:localhost" />
</bindings>
</site>
...
</sites>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment