Viewing localhost website from mobile device

后端 未结 11 1770
南方客
南方客 2020-11-27 11:23

I have an ASP.Net website hosted on my Win8\'s localhost, the site seems to be running as expected on the desktop, but now i also want to test t

11条回答
  •  心在旅途
    2020-11-27 12:02

    One of the easiest way to remotely access ASP.net local website, without messing with adding new rules to firewall, is to use this Visual Studio extension:

    Conveyor by Keyoti (Visual Studio extension)

    Just install it. Every time when you run your project, it will show you URL which can be used for remote access. No other configruration required.

提交回复
热议问题