-
-
Save justinyoo/df45586919969b64adc43c7d8b46eb1a 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 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