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
I needed to perform all of the steps from the link that cfeduke provided. (Not just the one he describes in his answer.)
to applicationhost.config after the binding for 'localhost'.netsh http add urlacl url=http://192.168.1.42:58938/ user=everyonenetsh advfirewall firewall add rule name="IISExpressWeb" dir=in protocol=tcp localport=58938 profile=private remoteip=localsubnet action=allow