How to enable external request in IIS Express?

前端 未结 26 1220
借酒劲吻你
借酒劲吻你 2020-11-22 01:55

How can I enable remote requests in IIS Express? Scott Guthrie wrote that is possible but he didn\'t say how.

26条回答
  •  青春惊慌失措
    2020-11-22 02:37

    I solved it with the installation of "Conveyor by Keyoti" in Visual Studio Professional 2015. Conveyor generate a REMOTE address (your IP) with a port (45455) that enable external request. Example:

    Conveyor allows you test web applications from from external tablets and phones on your network or from Android emulators (without http://10.0.2.2:)

    The steps are in the following link :

    https://marketplace.visualstudio.com/items?itemName=vs-publisher-1448185.ConveyorbyKeyoti

提交回复
热议问题