How can I change IIS Express port for a site

后端 未结 12 1434
死守一世寂寞
死守一世寂寞 2020-11-29 02:32

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

12条回答
  •  执念已碎
    2020-11-29 03:21

    You can first start IIS express from command line and give it a port with /port:port-number see other options.

提交回复
热议问题