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
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]