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
Give this a shot:
netsh http add urlacl url=http://192.168.1.109:25968/ user=everyone
From: http://johan.driessen.se/posts/Accessing-an-IIS-Express-site-from-a-remote-computer
You might be able to substitute your computer's hostname for the IP address so you don't have to re-run that every time your IP changes.