I want to change the port number on which my website runs while debugging from Visual Studio. I am using Visual Studio 2012, and I am using ASP.NET MVC 4 for my projects I w
You can first start IIS express from command line and give it a port with /port:port-number see other options.