Testing iisexpress MVC5 from iOS device
Accessing a local website running in IISExpress from another device can be a hassle. If you register the address with netsh, starting the website from Visual Studio fails with a message that it cannot register the address.
The following node.js tool from https://github.com/icflorescu/iisexpress-proxy solves the problem very nicely.