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