Debugging an ASP.NET MVC application on an Android phone

前端 未结 4 469
傲寒
傲寒 2020-12-13 05:26

Objective

I\'m looking for the simplest-possible, step-by-step setup process for debugging my ASP.NET MVC 4 application using my IP address as the U

4条回答
  •  囚心锁ツ
    2020-12-13 06:24

    If you got Node.js on your machine Try this tool by: Ionut-Cristian Florescu

    https://github.com/icflorescu/iisexpress-proxy

    To install it just write on the command line npm install -g iisexpress-proxy

    Then check the port that you have in your project and map it to outer port. iisexpress-proxy [localPort] to [proxyPort]

提交回复
热议问题